aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 5bfad42fa..264314a3b 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -5,8 +5,10 @@ $(TESTS):
5 cd $@ && ./$@.sh 2>&1 | tee $@.log 5 cd $@ && ./$@.sh 2>&1 | tee $@.log
6 cd $@ && grep -a TESTING $@.log && grep -a -L "TESTING ERROR" $@.log 6 cd $@ && grep -a TESTING $@.log && grep -a -L "TESTING ERROR" $@.log
7 7
8.PHONY: clean
8clean: 9clean:
9 for test in $(TESTS); do rm -f "$$test/$$test.log"; done 10 for test in $(TESTS); do rm -f "$$test/$$test.log"; done
10 11
12.PHONY: distclean
11distclean: clean 13distclean: clean
12 rm -f Makefile 14 rm -f Makefile