mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
11 lines
151 B
Go
11 lines
151 B
Go
package process
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/safing/portmaster/core/pmtesting"
|
|
)
|
|
|
|
func TestMain(m *testing.M) {
|
|
pmtesting.TestMain(m, module)
|
|
}
|