about summary refs log tree commit diff homepage
path: root/test/Makefile
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2014-09-13 16:06:58 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2014-09-13 16:06:58 +0100
commitb3857ad7d91914ba8ac4dd17089ae79dbe19be9d (patch)
tree2043dd72e8ad51d05943c9df76d3bde5d4b27639 /test/Makefile
parent892543cc6d6590b612a83e8cac58637f8c223b46 (diff)
downloadklee-b3857ad7d91914ba8ac4dd17089ae79dbe19be9d.tar.gz
test/lit.site.cfg is never deleted, leading to misconfiguration errors.
Some additional cleaning in test/Makefile
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index 6372d512..6be82442 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -39,7 +39,7 @@ endif
 # Older LLVM versions don't detect python at configure time
 # so guess the location
 ifndef PYTHON
-	# llvm-lit doesn't work with python3 so force python2
+        # llvm-lit doesn't work with python3 so force python2
 	PYTHON := python2
 endif
 
@@ -68,7 +68,6 @@ clean::
 	$(RM) -rf `find $(PROJ_OBJ_ROOT)/test -name 'klee-out*'`
 	$(RM) -rf `find $(PROJ_OBJ_ROOT)/test -name '*~'`
 	$(RM) -rf `find $(PROJ_OBJ_ROOT)/test -name test.log`
-	rm -f site.exp
 
 lit.site.cfg: lit.site.cfg.in
 	@echo "Making KLEE 'lit.site.cfg' file..."