Files
hakurei/system/dbus/proc_test.go
2025-11-12 23:19:34 +09:00

12 lines
208 B
Go

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()) }