safing-portmaster/service/netenv/main_test.go

11 lines
158 B
Go

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