start work on automating tests

This commit is contained in:
Quentin Carbonneaux 2016-03-02 22:11:50 -05:00
parent 7e1b7fccd8
commit 3a12c94b73
2 changed files with 101 additions and 0 deletions

View file

@ -10,3 +10,8 @@ function $test() {
@end
ret
}
# >>> driver
# extern void test();
# int main() { test(); return 0; }
# <<<