safing-portmaster/resolver/main_test.go
2020-04-02 17:08:43 +02:00

11 lines
152 B
Go

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