mirror of
https://github.com/safing/portmaster
synced 2025-04-16 17:09:09 +00:00
11 lines
159 B
Go
11 lines
159 B
Go
package process
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/safing/portmaster/service/core/pmtesting"
|
|
)
|
|
|
|
func TestMain(m *testing.M) {
|
|
pmtesting.TestMain(m, module)
|
|
}
|