TestRuntime

This commit is contained in:
xushiwei
2024-04-28 12:22:56 +08:00
parent 2cc1bdee19
commit 41dfafe957
3 changed files with 408 additions and 2 deletions

View File

@@ -29,3 +29,7 @@ func TestFromTestcgo(t *testing.T) {
func TestFromTestdata(t *testing.T) {
cltest.FromDir(t, "", "../cl/_testdata", false)
}
func TestRuntime(t *testing.T) {
cltest.Pkg(t, "github.com/goplus/llgo/internal/runtime", "../internal/runtime/llgo_autogen.ll")
}