Files
portmaster/spn/navigator/module_test.go

14 lines
228 B
Go

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