runtime: TODO - error var; cl: link goVar

This commit is contained in:
xushiwei
2024-06-13 02:53:54 +08:00
parent 18eecbe9f4
commit 7235357ef5
7 changed files with 68 additions and 8 deletions

View File

@@ -36,6 +36,10 @@ func TestFromTestpy(t *testing.T) {
cltest.FromDir(t, "", "./_testpy", false)
}
func TestFromTestlibgo(t *testing.T) {
cltest.FromDir(t, "", "./_testlibgo", true)
}
func TestFromTestlibc(t *testing.T) {
cltest.FromDir(t, "", "./_testlibc", true)
}