test(build):case with llgo test ./...

This commit is contained in:
luoliwoshang
2025-06-24 15:23:12 +08:00
parent b469fc990f
commit 3df783de13
9 changed files with 73 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ func TestRun(t *testing.T) {
}
func TestTest(t *testing.T) {
// fixme:with builtin package test in a llgo test ./... will cause duplicate symbol error
mockRun([]string{"../../cl/_testgo/runtest"}, &Config{Mode: ModeTest})
}