fusenapi/generator/main_test.go
2023-06-21 12:21:56 +08:00

15 lines
197 B
Go

package main
import (
"os"
"testing"
)
func TestMain(t *testing.T) {
// args := []string{"-name", "fs_guest"}
testGenDir = "../" + testGenDir
os.Args = []string{"cmd", "-name=-"}
main()
}