2 lines
123 B
Bash
Executable file
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
|