TestFromTestlibgo

This commit is contained in:
xushiwei
2024-06-20 10:07:10 +08:00
parent de6535b722
commit 94f61b0a0c
3 changed files with 68 additions and 0 deletions

View File

@@ -29,6 +29,10 @@ func init() {
ssa.SetDebug(ssa.DbgFlagAll)
}
func TestFromTestlibgo(t *testing.T) {
cltest.FromDir(t, "", "../cl/_testlibgo", false)
}
func TestFromTestgo(t *testing.T) {
cltest.FromDir(t, "", "../cl/_testgo", false)
}