aboutsummaryrefslogtreecommitdiffhomepage
path: root/dbus/stub_test.go
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-09-29 15:49:32 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-09-29 15:49:32 +0900
commitd1415305ae6635bfdeec034452cfd61f44c6f1df (patch)
tree99fbac6f3bba6e53ff2d2b7becd03866bddeb6d3 /dbus/stub_test.go
parent98f9fdb7cc949469d34a1428c3dd093ebf6aa4eb (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.go11
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()
+}