Jack Palevich | f54db02 | 2009-05-08 15:18:32 -0700 | [diff] [blame] | 1 | #!/bin/sh |
Jack Palevich | 546b224 | 2009-05-13 15:10:04 -0700 | [diff] [blame^] | 2 | g++ acc.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 |
Jack Palevich | 2230513 | 2009-05-13 10:58:45 -0700 | [diff] [blame] | 3 | tests/acc tests/simplest.c |