diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-03-13 12:41:20 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-13 12:41:20 -0800 |
commit | 34b383e7cd57692fd3996c1e8c9e738dab53ac48 (patch) | |
tree | a04e512f666419c803aacea5f974bacfa26134a7 /t | |
parent | 00fb3d214cbb867f45de0084e6b844445e076dce (diff) | |
download | git-34b383e7cd57692fd3996c1e8c9e738dab53ac48.tar.gz |
t/Makefile: remove test artifacts upon "make clean"
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rw-r--r-- | t/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/Makefile b/t/Makefile index bd09390d32..25c559bb49 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 |