safing-portmaster/process/module_test.go
2020-04-02 17:09:15 +02:00

11 lines
151 B
Go

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