aboutsummaryrefslogtreecommitdiff
path: root/t/Makefile
Commit message (Expand)AuthorAge
* t/Makefile: introduce TEST_SHELL_PATHJeff King2017-12-08
* t/Makefile: add a rule to re-run previously-failed testsJohannes Schindelin2017-01-27
* t/Makefile: ensure that paths are valid on platforms we careJohannes Schindelin2016-08-16
* tests: remove no-op full-svn-test targetEric Wong2016-02-23
* t/Makefile: always test all lint targets when running testsJens Lehmann2014-07-10
* t/Makefile: check helper scripts for non-portable shell commands tooJens Lehmann2014-07-10
* t/Makefile: stop setting GIT_CONFIGJeff King2014-03-21
* Merge branch 'jk/test-output'Junio C Hamano2013-05-29
|\
| * t/Makefile: don't define TEST_RESULTS_DIRECTORY recursivelyJohn Keeping2013-05-06
| * t/Makefile: fix result handling with TEST_OUTPUT_DIRECTORYJohn Keeping2013-04-27
* | t/Makefile: remove smoke test targetsJohn Keeping2013-04-28
|/
* Merge branch 'tb/test-shell-lint'Junio C Hamano2013-01-10
|\
| * test: Add check-non-portable-shell.plTorsten Bögershausen2013-01-02
* | tests: turn on test-lint by defaultJeff King2013-01-03
|/
* Makefile: whitespace style fixes in macro definitionsStefano Lattarini2012-12-10
* t/Makefile: retain cache t/.prove across prove runsMichael Haggerty2012-05-20
* Introduce a performance testing frameworkThomas Rast2012-02-17
* Sync with maintJunio C Hamano2012-02-13
|\
| * Remove Git's support for smoke testingÆvar Arnfjörð Bjarmason2012-02-13
* | t/Makefile: Use $(sort ...) explicitly where neededKirill Smelkov2012-01-22
|/
* t/Makefile: pass test opts to valgrind target properlyJeff King2011-06-17
* tests: add some script lint checksJeff King2010-12-13
* Merge branch 'mg/make-prove'Junio C Hamano2010-11-17
|\
| * test: allow running the tests under "prove"Michael J Gruber2010-10-26
* | gitweb/Makefile: Add 'test' and 'test-installed' targetsJakub Narebski2010-09-30
|/
* cvs tests: do not touch test CVS repositories shipped with sourceJunio C Hamano2010-08-18
* t/Makefile: Create test-results dir for smoke targetÆvar Arnfjörð Bjarmason2010-08-18
* t/README: Add SMOKE_{COMMENT,TAGS}= to smoke_report targetÆvar Arnfjörð Bjarmason2010-08-18
* t/Makefile: Can't include GIT-BUILD-OPTIONS, it's a .shÆvar Arnfjörð Bjarmason2010-08-18
* tests: Infrastructure for Git smoke testingÆvar Arnfjörð Bjarmason2010-08-18
* tests: Ignore the Test::Harness .prove fileÆvar Arnfjörð Bjarmason2010-07-25
* Only run aggregate-results over actual countsThomas Rast2010-07-16
* Merge branch 'gv/portable'Junio C Hamano2010-06-21
|\
| * test_cmp: do not use "diff -u" on platforms that lack oneGary V. Vaughan2010-05-31
| * fixup: do not unconditionally disable "diff -u"Junio C Hamano2010-05-31
| * tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan2010-05-31
* | t/aggregate-results: accomodate systems with small max argument list lengthBrandon Casey2010-06-02
|/
* t/Makefile: remove test artifacts upon "make clean"Junio C Hamano2010-03-13
* t/Makefile: include config.makJeff King2009-08-09
* Merge branch 'maint'Junio C Hamano2009-03-28
|\
| * test-lib: Clean up comments and Makefile.Emil Sit2009-03-28
* | Tests: let --valgrind imply --verbose and --teeJohannes Schindelin2009-02-03
* | t/Makefile: provide a 'valgrind' targetJohannes Schindelin2009-02-03
|/
* Enable parallel testsJohannes Schindelin2008-08-08
* tests: Clarify dependencies between tests, 'aggregate-results' and 'clean'Johannes Schindelin2008-08-08
* t/Makefile: use specified shell when running aggregation scriptSungHyun Nam2008-07-16
* Hook up the result aggregation in the test makefile.Sverre Rabbelier2008-06-08
* Modify test-lib.sh to output stats to t/test-results/*Sverre Rabbelier2008-06-08
* t/Makefile: "trash" directory was renamed recentlyBrandon Casey2008-05-18
* Use $(RM) in Makefiles instead of 'rm -f'Emil Medve2007-07-14