From: Junio C Hamano Date: Sat, 13 Mar 2010 20:41:20 +0000 (-0800) Subject: t/Makefile: remove test artifacts upon "make clean" X-Git-Tag: v1.7.0.3~16 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=34b383e7cd57692fd3996c1e8c9e738dab53ac48;p=git.git t/Makefile: remove test artifacts upon "make clean" Signed-off-by: Junio C Hamano --- diff --git a/t/Makefile b/t/Makefile index bd09390d3..25c559bb4 100644 --- a/t/Makefile +++ b/t/Makefile @@ -27,6 +27,8 @@ pre-clean: clean: $(RM) -r 'trash directory'.* test-results + $(RM) t????/cvsroot/CVSROOT/?* + $(RM) -r valgrind/bin aggregate-results-and-cleanup: $(T) $(MAKE) aggregate-results