summaryrefslogtreecommitdiffstats
path: root/libacc/test
blob: be883a6b67e30438735db90732bbb9c7c60fdf65 (plain)
1
2
3
#!/bin/sh
g++ acc.cpp -ldl -o tests/acc && tests/acc tests/otcc.c -a x86 -d tests/otcc.out && diff tests/otcc.out tests/otcc.out-orig
tests/acc tests/simplest.c