safing-portmaster/service/process/module_test.go

11 lines
159 B
Go

package process
import (
"testing"
"github.com/safing/portmaster/service/core/pmtesting"
)
func TestMain(m *testing.M) {
pmtesting.TestMain(m, module)
}