diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-09-29 15:49:32 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-09-29 15:49:32 +0900 |
| commit | d1415305ae6635bfdeec034452cfd61f44c6f1df (patch) | |
| tree | 99fbac6f3bba6e53ff2d2b7becd03866bddeb6d3 /dbus/stub_test.go | |
| parent | 98f9fdb7cc949469d34a1428c3dd093ebf6aa4eb (diff) | |
dbus: test child process handling behaviour via helper stub
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'dbus/stub_test.go')
| -rw-r--r-- | dbus/stub_test.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dbus/stub_test.go b/dbus/stub_test.go new file mode 100644 index 00000000..0dd80bdc --- /dev/null +++ b/dbus/stub_test.go @@ -0,0 +1,11 @@ +package dbus_test + +import ( + "testing" + + "git.ophivana.moe/cat/fortify/helper" +) + +func TestHelperChildStub(t *testing.T) { + helper.InternalChildStub() +} |
