2 lines
129 B
Bash
Executable file
2 lines
129 B
Bash
Executable file
#!/bin/sh
|
|
gcc acc.c -DTEST -ldl -o tests/acc && tests/acc tests/otcc.c tests/otcc.out && diff tests/otcc.out tests/otcc.out-orig
|