mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
13 lines
229 B
Go
13 lines
229 B
Go
package terminal
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/safing/portmaster/service/core/pmtesting"
|
|
"github.com/safing/portmaster/spn/conf"
|
|
)
|
|
|
|
func TestMain(m *testing.M) {
|
|
conf.EnablePublicHub(true)
|
|
pmtesting.TestMain(m, module)
|
|
}
|