diff --git a/ssa/cl_test.go b/ssa/cl_test.go index 947d2eab..70f7f455 100644 --- a/ssa/cl_test.go +++ b/ssa/cl_test.go @@ -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) }