TestFromTestlibc

This commit is contained in:
xushiwei
2024-06-08 15:09:24 +08:00
parent e6ab5bd86d
commit 4e98055b9c

View File

@@ -33,6 +33,10 @@ func TestFromTestpy(t *testing.T) {
cltest.FromDir(t, "", "../cl/_testpy", false)
}
func TestFromTestlibc(t *testing.T) {
cltest.FromDir(t, "", "../cl/_testlibc", true)
}
func TestFromTestrt(t *testing.T) {
cltest.FromDir(t, "", "../cl/_testrt", true)
}