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