mirror of
https://github.com/safing/portmaster
synced 2025-09-14 00:39:41 +00:00
Fix dependency graph and linter errors
This commit is contained in:
parent
180f27307c
commit
eec0c37101
23 changed files with 164 additions and 61 deletions
11
process/module_test.go
Normal file
11
process/module_test.go
Normal file
|
@ -0,0 +1,11 @@
|
|||
package process
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/safing/portmaster/core/pmtesting"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
pmtesting.TestMain(m, module)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue