aboutsummaryrefslogtreecommitdiffhomepage
path: root/system/dbus/stub_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/dbus/stub_test.go')
-rw-r--r--system/dbus/stub_test.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/dbus/stub_test.go b/system/dbus/stub_test.go
new file mode 100644
index 00000000..b05efd61
--- /dev/null
+++ b/system/dbus/stub_test.go
@@ -0,0 +1,9 @@
+package dbus_test
+
+import (
+ "testing"
+
+ "git.gensokyo.uk/security/hakurei/helper"
+)
+
+func TestHelperStub(t *testing.T) { helper.InternalHelperStub() }