diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-13 11:48:06 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-13 11:48:06 -0800 |
commit | 73276eba9a84a109fbbe868bf9eecf30ba413556 (patch) | |
tree | 8a3be1c2a23c18340150cbe1adde60454c730dbe /tests | |
parent | c5ae63b3ab37efec6785b60c8429d1100e2cd4c6 (diff) |
fix fuzzer test runner cleanups
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/fuzz/test.sh | 2 |
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 |