blob: 0b767da0d1ed79e3a7ded1abb9b57a8f66576bfd [file] [log] [blame]
#!/bin/sh
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
tests/acc -S tests/returnval.c