aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/dbus/proc_test.go
blob: b6e5283b68d623eafd57c671552feac0abe025fb (plain)
1
2
3
4
5
6
7
8
9
10
package dbus_test

import (
	"os"
	"testing"

	"hakurei.app/internal/helper"
)

func TestMain(m *testing.M) { helper.InternalHelperStub(); os.Exit(m.Run()) }