aboutsummaryrefslogtreecommitdiffhomepage
path: root/dbus/stub_test.go
blob: 0dd80bdcca481eff6d6452b10ce9ef96fb29774b (plain)
1
2
3
4
5
6
7
8
9
10
11
package dbus_test

import (
	"testing"

	"git.ophivana.moe/cat/fortify/helper"
)

func TestHelperChildStub(t *testing.T) {
	helper.InternalChildStub()
}