diff options
Diffstat (limited to 'libacc/test')
-rwxr-xr-x | libacc/test | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libacc/test b/libacc/test deleted file mode 100755 index 28b7655..0000000 --- a/libacc/test +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -rm -f tests/acc -g++ acc.cpp disassem.cpp -g -ldl -o tests/acc && tests/acc tests/otcc.c -a x86 -d tests/otcc.out && diff tests/otcc.out tests/otcc.out-orig -if [ -x "tests/acc" ]; then - tests/acc -S tests/returnval.c - - if [ "$(uname)" = "Linux" ]; then - if [ "$(uname -m)" = "i686" ]; then - echo "Linux i686. Testing otcc.c" - tests/acc tests/otcc.c tests/otcc.c tests/returnval.c - fi - fi -fi |