aboutsummaryrefslogtreecommitdiffstats
path: root/test_compiler.sh
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-18 14:50:45 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-03-18 14:50:45 +0000
commit1e68e77f3119c2558aceb2837eb1e25111eedab9 (patch)
tree047a2eeaa92b626279e7f1cb5eb24788c0db0b3c /test_compiler.sh
parent835458c3b1f055c2d2548c002120f73bb46877cc (diff)
downloadCompiler-1e68e77f3119c2558aceb2837eb1e25111eedab9.tar.gz
Compiler-1e68e77f3119c2558aceb2837eb1e25111eedab9.zip
Made test cases a bit better
Diffstat (limited to 'test_compiler.sh')
-rwxr-xr-xtest_compiler.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_compiler.sh b/test_compiler.sh
index 65fb311..23e2749 100755
--- a/test_compiler.sh
+++ b/test_compiler.sh
@@ -5,6 +5,7 @@
echo "========================================"
echo " Cleaning the temporaries and outputs"
make clean
+rm -rf ./c_compiler/test/{out,ref}
echo " Force building lexer"
make -B bin/c_compiler