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 --- test/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') 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