wip: migrate to mono-repo. SPN has already been moved to spn/
This commit is contained in:
11
service/process/module_test.go
Normal file
11
service/process/module_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package process
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/safing/portmaster/service/core/pmtesting"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
pmtesting.TestMain(m, module)
|
||||
}
|
||||
Reference in New Issue
Block a user