Jack Palevich | f54db02 | 2009-05-08 15:18:32 -0700 | [diff] [blame] | 1 | #!/bin/sh |
Jack Palevich | e27bf3e | 2009-05-10 14:09:03 -0700 | [diff] [blame] | 2 | gcc acc.c -DTEST -ldl -o tests/acc && tests/acc tests/otcc.c tests/otcc.out && diff tests/otcc.out tests/otcc.out-orig |