summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-05-15 18:43:10 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-05-15 18:43:10 +0200
commitbc124a174d3c28d57d2293c6abbfe744920f534b (patch)
tree76e7d9478528af0b0616d6b488d6fb90631d1234
parentdb0b5b08b866b914763017897ce8b095b37a75a9 (diff)
downloadcompilertests-bc124a174d3c28d57d2293c6abbfe744920f534b.tar.gz
compilertests-bc124a174d3c28d57d2293c6abbfe744920f534b.tar.bz2
renamed tests/run_tests.sh to test.sh
-rwxr-xr-xecomp-c/test.sh (renamed from ecomp-c/tests/run_tests.sh)0
-rwxr-xr-xecomp-c/torture.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-c/tests/run_tests.sh b/ecomp-c/test.sh
index fba9c4f..fba9c4f 100755
--- a/ecomp-c/tests/run_tests.sh
+++ b/ecomp-c/test.sh
diff --git a/ecomp-c/torture.sh b/ecomp-c/torture.sh
index 268f1e5..038dfe6 100755
--- a/ecomp-c/torture.sh
+++ b/ecomp-c/torture.sh
@@ -5,7 +5,7 @@ for COMPILER in gcc clang pcc tcc; do
for LEVEL in 0 1 2 3; do
./build.sh ec $COMPILER $MODE $LEVEL
./build.sh asm-i386 $COMPILER $MODE $LEVEL
- tests/run_tests.sh
+ ./test.sh
done
done
done