1
0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-02-24 09:40:43 +00:00

13 lines
132 B
Go

package scenarios
import (
"testing"
)
func TestMain(m *testing.M) {
genTestBinaryPath()
defer testBinaryCleanFn()
m.Run()
}