Update skeleton

This commit is contained in:
Jeehoon Kang
2020-06-01 21:51:16 +09:00
parent 4c850d5801
commit 1c0c9a5dbc
12 changed files with 807 additions and 181 deletions

View File

@@ -102,8 +102,9 @@ fn test_examples_deadcode() {
);
}
// TODO: after implementing IR parser, delete `ignore` mark
#[test]
#[ignore]
fn test_examples_asmgen() {
test_dir(Path::new("examples/asm"), &OsStr::new("c"), test_asmgen);
test_dir(Path::new("examples/c"), &OsStr::new("c"), test_asmgen);
}