mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-15 04:47:16 +03:00
Test: Remove temporary directory afterwards (#4045)
This commit is contained in:
12
testing/scenarios/main_test.go
Normal file
12
testing/scenarios/main_test.go
Normal file
@ -0,0 +1,12 @@
|
||||
package scenarios
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
genTestBinaryPath()
|
||||
defer testBinaryCleanFn()
|
||||
|
||||
m.Run()
|
||||
}
|
Reference in New Issue
Block a user