Jack Palevich | f54db02 | 2009-05-08 15:18:32 -0700 | [diff] [blame] | 1 | #!/bin/sh |
Jack Palevich | a653561 | 2009-05-13 16:24:17 -0700 | [diff] [blame^] | 2 | g++ acc.cpp disassem.cpp -g -ldl -o tests/acc && tests/acc tests/otcc.c -a x86 -d tests/otcc.out && diff tests/otcc.out tests/otcc.out-orig |
3 | tests/acc -S tests/returnval.c |