fusenapi/generator/main_test.go

15 lines
202 B
Go
Raw Normal View History

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()
}