1
0
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:
2024-09-29 15:49:32 +09:00
parent 98f9fdb7cc
commit d1415305ae
2 changed files with 109 additions and 31 deletions

11
dbus/stub_test.go Normal file
View File

@@ -0,0 +1,11 @@
package dbus_test
import (
"testing"
"git.ophivana.moe/cat/fortify/helper"
)
func TestHelperChildStub(t *testing.T) {
helper.InternalChildStub()
}