From b3857ad7d91914ba8ac4dd17089ae79dbe19be9d Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Sat, 13 Sep 2014 16:06:58 +0100 Subject: test/lit.site.cfg is never deleted, leading to misconfiguration errors. Some additional cleaning in test/Makefile --- Makefile | 2 +- test/Makefile | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2e02e578..c2420dba 100644 --- a/Makefile +++ b/Makefile @@ -62,4 +62,4 @@ klee-cov: clean:: $(MAKE) -C test clean $(MAKE) -C unittests clean - rm -rf docs/doxygen + rm -rf docs/doxygen test/lit.site.cfg 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..." -- cgit 1.4.1