aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-13 11:48:06 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-13 11:48:06 -0800
commit73276eba9a84a109fbbe868bf9eecf30ba413556 (patch)
tree8a3be1c2a23c18340150cbe1adde60454c730dbe /tests
parentc5ae63b3ab37efec6785b60c8429d1100e2cd4c6 (diff)
fix fuzzer test runner cleanups
Diffstat (limited to 'tests')
-rwxr-xr-xtests/fuzz/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzz/test.sh b/tests/fuzz/test.sh
index db0fac01..5912682e 100755
--- a/tests/fuzz/test.sh
+++ b/tests/fuzz/test.sh
@@ -3,7 +3,7 @@
# to find failures, then check those out with this script
echo "builds"
-rm n1 n2 js ua sh fc fc-sh
+rm *.out *.bc *.js
gcc $@ -I/home/alon/Dev/csmith/runtime -o n1.out &> /dev/null
/home/alon/Dev/fastcomp/build/Release/bin/clang $@ -I/home/alon/Dev/csmith/runtime -o n2.out &> /dev/null
/home/alon/Dev/fastcomp/build/Release/bin/clang $@ -I/home/alon/Dev/csmith/runtime -emit-llvm -c -o bc.bc &> o