Update skeleton

This commit is contained in:
Jeehoon Kang
2020-05-29 21:27:35 +09:00
parent 599fb7ca35
commit 4c850d5801
13 changed files with 398 additions and 521 deletions

View File

@@ -101,3 +101,9 @@ fn test_examples_deadcode() {
&mut Deadcode::default(),
);
}
#[test]
#[ignore]
fn test_examples_asmgen() {
test_dir(Path::new("examples/asm"), &OsStr::new("c"), test_asmgen);
}