android_system_core/libacc/test
2009-05-08 20:30:47 -07:00

2 lines
123 B
Bash
Executable file

#!/bin/sh
gcc acc.c -ldl -o tests/acc && tests/acc tests/otcc.c >tests/otcc.out && diff tests/otcc.out tests/otcc.out-orig