Files
hakurei/internal/dbus/proc_test.go
2025-11-15 13:58: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()) }