summaryrefslogtreecommitdiff
path: root/t/Makefile
AgeCommit message (Expand)Author
2010-07-16Only run aggregate-results over actual countsThomas Rast
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-06-02t/aggregate-results: accomodate systems with small max argument list lengthBrandon Casey
2010-06-01test_cmp: do not use "diff -u" on platforms that lack oneGary V. Vaughan
2010-06-01fixup: do not unconditionally disable "diff -u"Junio C Hamano
2010-05-31tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan
2010-03-13t/Makefile: remove test artifacts upon "make clean"Junio C Hamano
2009-08-09t/Makefile: include config.makJeff King
2009-03-28Merge branch 'maint'Junio C Hamano
2009-03-28test-lib: Clean up comments and Makefile.Emil Sit
2009-02-04Tests: let --valgrind imply --verbose and --teeJohannes Schindelin
2009-02-04t/Makefile: provide a 'valgrind' targetJohannes Schindelin
2008-08-09Enable parallel testsJohannes Schindelin
2008-08-09tests: Clarify dependencies between tests, 'aggregate-results' and 'clean'Johannes Schindelin
2008-07-16t/Makefile: use specified shell when running aggregation scriptSungHyun Nam
2008-06-08Hook up the result aggregation in the test makefile.Sverre Rabbelier
2008-06-08Modify test-lib.sh to output stats to t/test-results/*Sverre Rabbelier
2008-05-19t/Makefile: "trash" directory was renamed recentlyBrandon Casey
2007-07-15Use $(RM) in Makefiles instead of 'rm -f'Emil Medve
2007-06-07War on whitespaceJunio C Hamano
2006-12-28git-svn: remove non-delta fetch code pathsEric Wong
2006-12-16git-svn: remove support for the svn command-line clientEric Wong
2006-11-28git-svn: update tests for recent changesEric Wong
2006-11-22remove merge-recursive-oldJunio C Hamano
2006-07-07git-svn: migrate out of contribEric Wong
2006-06-20Fix setting config variables with an alternative GIT_CONFIGJohannes Schindelin
2006-04-17Makefile fixups.A Large Angry SCM
2006-02-19Fixes for ancient versions of GNU makeJohannes Schindelin
2006-02-19Optionally work without pythonJohannes Schindelin
2005-11-08make tests ignorable with "make -i"Alex Riesen
2005-10-10Deal with $(bindir) and friends with whitespaces.Junio C Hamano
2005-10-02More portability.Junio C Hamano
2005-09-27[PATCH] Make the test more shell generic and fix missing Solaris find optionPeter Eriksen
2005-05-14t/Makefile: OPTS -> GIT_TEST_OPTSPetr Baudis
2005-05-14t/Makefile cleanupPetr Baudis
2005-05-14[PATCH 1/2] Test framework take two.Junio C Hamano