forked from rosa/hakurei
dbus: test child process handling behaviour via helper stub
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
11
dbus/stub_test.go
Normal file
11
dbus/stub_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package dbus_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.ophivana.moe/cat/fortify/helper"
|
||||
)
|
||||
|
||||
func TestHelperChildStub(t *testing.T) {
|
||||
helper.InternalChildStub()
|
||||
}
|
||||
Reference in New Issue
Block a user