X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2FMakefile;h=f9de24b4d2baa9fad1d6caa72fea651da78d6878;hb=632d3f4b5b80700c6c7c3637d6a4d1d9a457f7e1;hp=bf816fc8505508c91999175ad6544a67febabb33;hpb=00d3278c8534a8244ae3447189401111e017fd5d;p=git.git diff --git a/t/Makefile b/t/Makefile index bf816fc85..f9de24b4d 100644 --- a/t/Makefile +++ b/t/Makefile @@ -3,6 +3,9 @@ # Copyright (c) 2005 Junio C Hamano # +-include ../config.mak.autogen +-include ../config.mak + #GIT_TEST_OPTS=--verbose --debug SHELL_PATH ?= $(SHELL) TAR ?= $(TAR) @@ -25,13 +28,17 @@ 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 $(MAKE) clean aggregate-results: - '$(SHELL_PATH_SQ)' ./aggregate-results.sh test-results/t*-* + for f in test-results/t*-*; do \ + echo "$$f"; \ + done | '$(SHELL_PATH_SQ)' ./aggregate-results.sh # we can test NO_OPTIMIZE_COMMITS independently of LC_ALL full-svn-test: