bbf8ab504a
Fixed some C++ warnings reported by g++ . Verified that the compiler actually works when run on 32-bit Linux.
2 lines
127 B
Bash
Executable file
2 lines
127 B
Bash
Executable file
#!/bin/sh
|
|
g++ acc.cpp -ldl -o tests/acc && tests/acc tests/otcc.c -T tests/otcc.out && diff tests/otcc.out tests/otcc.out-orig
|