| Commit message (Expand) | Author | Age | Files | Lines |
* | t/Makefile: always test all lint targets when running testsjl/test-lint-scripts | Jens Lehmann | 2014-07-10 | 1 | -1/+1 |
* | t/Makefile: check helper scripts for non-portable shell commands too | Jens Lehmann | 2014-07-10 | 1 | -1/+2 |
* | t/Makefile: stop setting GIT_CONFIG | Jeff King | 2014-03-21 | 1 | -2/+2 |
* | Merge branch 'jk/test-output' | Junio C Hamano | 2013-05-29 | 1 | -3/+10 |
|\ |
|
| * | t/Makefile: don't define TEST_RESULTS_DIRECTORY recursively | John Keeping | 2013-05-06 | 1 | -1/+1 |
| * | t/Makefile: fix result handling with TEST_OUTPUT_DIRECTORY | John Keeping | 2013-04-27 | 1 | -3/+10 |
* | | t/Makefile: remove smoke test targets | John Keeping | 2013-04-28 | 1 | -38/+0 |
|/ |
|
* | Merge branch 'tb/test-shell-lint' | Junio C Hamano | 2013-01-10 | 1 | -2/+6 |
|\ |
|
| * | test: Add check-non-portable-shell.pl | Torsten Bögershausen | 2013-01-02 | 1 | -2/+6 |
* | | tests: turn on test-lint by default | Jeff King | 2013-01-03 | 1 | -0/+1 |
|/ |
|
* | Makefile: whitespace style fixes in macro definitions | Stefano Lattarini | 2012-12-10 | 1 | -1/+1 |
* | t/Makefile: retain cache t/.prove across prove runs | Michael Haggerty | 2012-05-20 | 1 | -2/+4 |
* | Introduce a performance testing framework | Thomas Rast | 2012-02-17 | 1 | -1/+42 |
* | Sync with maint | Junio C Hamano | 2012-02-13 | 1 | -39/+1 |
|\ |
|
| * | Remove Git's support for smoke testing | Ævar Arnfjörð Bjarmason | 2012-02-13 | 1 | -39/+1 |
* | | t/Makefile: Use $(sort ...) explicitly where neededks/sort-wildcard-in-makefile | Kirill Smelkov | 2012-01-22 | 1 | -3/+3 |
|/ |
|
* | t/Makefile: pass test opts to valgrind target properly | Jeff King | 2011-06-17 | 1 | -1/+1 |
* | tests: add some script lint checks | Jeff King | 2010-12-13 | 1 | -2/+14 |
* | Merge branch 'mg/make-prove' | Junio C Hamano | 2010-11-17 | 1 | -1/+9 |
|\ |
|
| * | test: allow running the tests under "prove" | Michael J Gruber | 2010-10-26 | 1 | -1/+9 |
* | | gitweb/Makefile: Add 'test' and 'test-installed' targets | Jakub Narebski | 2010-09-30 | 1 | -0/+4 |
|/ |
|
* | cvs tests: do not touch test CVS repositories shipped with source | Junio C Hamano | 2010-08-18 | 1 | -1/+0 |
* | t/Makefile: Create test-results dir for smoke target | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -1/+1 |
* | t/README: Add SMOKE_{COMMENT,TAGS}= to smoke_report target | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -0/+6 |
* | t/Makefile: Can't include GIT-BUILD-OPTIONS, it's a .sh | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -1/+1 |
* | tests: Infrastructure for Git smoke testing | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -1/+34 |
* | tests: Ignore the Test::Harness .prove file | Ævar Arnfjörð Bjarmason | 2010-07-25 | 1 | -0/+1 |
* | Only run aggregate-results over actual counts | Thomas Rast | 2010-07-16 | 1 | -1/+1 |
* | Merge branch 'gv/portable' | Junio C Hamano | 2010-06-21 | 1 | -0/+1 |
|\ |
|
| * | test_cmp: do not use "diff -u" on platforms that lack one | Gary V. Vaughan | 2010-05-31 | 1 | -0/+1 |
| * | fixup: do not unconditionally disable "diff -u" | Junio C Hamano | 2010-05-31 | 1 | -4/+0 |
| * | tests: use "test_cmp", not "diff", when verifying the result | Gary V. Vaughan | 2010-05-31 | 1 | -0/+4 |
* | | t/aggregate-results: accomodate systems with small max argument list length | Brandon Casey | 2010-06-02 | 1 | -1/+3 |
|/ |
|
* | t/Makefile: remove test artifacts upon "make clean" | Junio C Hamano | 2010-03-13 | 1 | -0/+2 |
* | t/Makefile: include config.mak | Jeff King | 2009-08-09 | 1 | -0/+2 |
* | Merge branch 'maint' | Junio C Hamano | 2009-03-28 | 1 | -1/+1 |
|\ |
|
| * | test-lib: Clean up comments and Makefile. | Emil Sit | 2009-03-28 | 1 | -1/+1 |
* | | Tests: let --valgrind imply --verbose and --tee | Johannes Schindelin | 2009-02-03 | 1 | -1/+1 |
* | | t/Makefile: provide a 'valgrind' target | Johannes Schindelin | 2009-02-03 | 1 | -1/+4 |
|/ |
|
* | Enable parallel tests | Johannes Schindelin | 2008-08-08 | 1 | -1/+0 |
* | tests: Clarify dependencies between tests, 'aggregate-results' and 'clean' | Johannes Schindelin | 2008-08-08 | 1 | -1/+6 |
* | t/Makefile: use specified shell when running aggregation script | SungHyun Nam | 2008-07-16 | 1 | -1/+1 |
* | Hook up the result aggregation in the test makefile. | Sverre Rabbelier | 2008-06-08 | 1 | -2/+8 |
* | Modify test-lib.sh to output stats to t/test-results/* | Sverre Rabbelier | 2008-06-08 | 1 | -1/+1 |
* | t/Makefile: "trash" directory was renamed recently | Brandon Casey | 2008-05-18 | 1 | -1/+1 |
* | Use $(RM) in Makefiles instead of 'rm -f' | Emil Medve | 2007-07-14 | 1 | -1/+2 |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -1/+0 |
* | git-svn: remove non-delta fetch code paths | Eric Wong | 2006-12-28 | 1 | -2/+1 |
* | git-svn: remove support for the svn command-line client | Eric Wong | 2006-12-16 | 1 | -7/+3 |
* | git-svn: update tests for recent changes | Eric Wong | 2006-11-27 | 1 | -1/+2 |