2023-06-14 10:17:45 +00:00
|
|
|
package main
|
|
|
|
|
|
|
|
import (
|
|
|
|
"testing"
|
|
|
|
)
|
|
|
|
|
|
|
|
func TestMain(t *testing.T) {
|
|
|
|
// args := []string{"-name", "fs_guest"}
|
2023-06-16 10:52:24 +00:00
|
|
|
|
|
|
|
testGenDir = "../" + testGenDir
|
2023-06-15 03:05:33 +00:00
|
|
|
// os.Args = []string{"cmd", "-name=fs_guest"}
|
2023-06-14 10:17:45 +00:00
|
|
|
main()
|
|
|
|
}
|