t/Makefile: remove test artifacts upon "make clean"

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 2010-03-13 12:41:20 -08:00
parent 00fb3d214c
commit 34b383e7cd
1 changed files with 2 additions and 0 deletions

View File

@ -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