From a91920310d20e1fc472dea044fce8fd9438835df Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 15 Nov 2025 13:47:09 +0900 Subject: internal: relocate packages Signed-off-by: Ophestra --- internal/dbus/proc_test.go | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 internal/dbus/proc_test.go (limited to 'internal/dbus/proc_test.go') diff --git a/internal/dbus/proc_test.go b/internal/dbus/proc_test.go new file mode 100644 index 00000000..544856ed --- /dev/null +++ b/internal/dbus/proc_test.go @@ -0,0 +1,11 @@ +package dbus_test + +import ( + "os" + "testing" + + "hakurei.app/container" + "hakurei.app/internal/helper" +) + +func TestMain(m *testing.M) { container.TryArgv0(nil); helper.InternalHelperStub(); os.Exit(m.Run()) } -- cgit v1.3.1