aboutsummaryrefslogtreecommitdiffstats
path: root/t/Makefile
AgeCommit message (Expand)AuthorFilesLines
14 dayst/Makefile: run unit tests alongside shell testsJeff King1-1/+1
14 daysunit tests: add rule for running with test-toolJosh Steadmon1-1/+9
14 dayst0080: turn t-basic unit test into a helperJosh Steadmon1-1/+1
2024-02-02t/Makefile: say the default target upfrontJunio C Hamano1-1/+4
2024-01-31t/Makefile: get UNIT_TESTS list from C sourcesJeff King1-1/+4
2023-12-27Merge branch 'ps/chainlint-self-check-update'Junio C Hamano1-11/+3
2023-12-15tests: adjust whitespace in chainlint expectationsPatrick Steinhardt1-11/+3
2023-11-10unit-tests: do not mistake `.pdb` files for being executableJohannes Schindelin1-1/+1
2023-11-10unit tests: add TAP unit test frameworkPhillip Wood1-1/+14
2023-04-06Merge branch 'jk/chainlint-fixes'Junio C Hamano1-2/+2
2023-03-30tests: run internal chain-linter under "make test"Jeff King1-2/+2
2023-03-09test: don't print aggregate-results commandFelipe Contreras1-1/+1
2023-03-09test: simplify counts aggregationFelipe Contreras1-3/+1
2022-11-11chainlint: prefix annotated test definition with line numbersEric Sunshine1-1/+1
2022-09-21t/Makefile: remove 'test-results' on 'make clean'SZEDER Gábor1-0/+1
2022-09-01t/Makefile: teach `make test` and `make prove` to run chainlint.plEric Sunshine1-3/+17
2022-09-01t/Makefile: apply chainlint.pl to existing self-testsEric Sunshine1-5/+24
2022-07-27t/Makefile: don't remove test-results in "clean-except-prove-cache"Ævar Arnfjörð Bjarmason1-1/+1
2022-06-28gitweb: remove "test" and "test-installed" targetsÆvar Arnfjörð Bjarmason1-4/+0
2022-03-03Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to itÆvar Arnfjörð Bjarmason1-0/+3
2021-12-13chainlint.sed: stop splitting "(..." into separate lines "(" and "..."Eric Sunshine1-2/+2
2021-12-13t/Makefile: optimize chainlint self-testEric Sunshine1-6/+4
2020-10-20perf lint: add make test-lint to perf testsNipunn Koorapati1-3/+4
2018-07-17t/Makefile: add machinery to check correctness of chainlint.sedEric Sunshine1-4/+21
2017-12-08t/Makefile: introduce TEST_SHELL_PATHJeff King1-2/+4
2017-01-27t/Makefile: add a rule to re-run previously-failed testsJohannes Schindelin1-0/+6
2016-08-16t/Makefile: ensure that paths are valid on platforms we careJohannes Schindelin1-1/+10
2016-02-23tests: remove no-op full-svn-test targetEric Wong1-6/+0
2014-07-10t/Makefile: always test all lint targets when running testsJens Lehmann1-1/+1
2014-07-10t/Makefile: check helper scripts for non-portable shell commands tooJens Lehmann1-1/+2
2014-03-21t/Makefile: stop setting GIT_CONFIGJeff King1-2/+2
2013-05-29Merge branch 'jk/test-output'Junio C Hamano1-3/+10
2013-05-06t/Makefile: don't define TEST_RESULTS_DIRECTORY recursivelyJohn Keeping1-1/+1
2013-04-28t/Makefile: remove smoke test targetsJohn Keeping1-38/+0
2013-04-27t/Makefile: fix result handling with TEST_OUTPUT_DIRECTORYJohn Keeping1-3/+10
2013-01-10Merge branch 'tb/test-shell-lint'Junio C Hamano1-2/+6
2013-01-03tests: turn on test-lint by defaultJeff King1-0/+1
2013-01-02test: Add check-non-portable-shell.plTorsten Bögershausen1-2/+6
2012-12-10Makefile: whitespace style fixes in macro definitionsStefano Lattarini1-1/+1
2012-05-20t/Makefile: retain cache t/.prove across prove runsMichael Haggerty1-2/+4
2012-02-17Introduce a performance testing frameworkThomas Rast1-1/+42
2012-02-13Sync with maintJunio C Hamano1-39/+1
2012-02-13Remove Git's support for smoke testingÆvar Arnfjörð Bjarmason1-39/+1
2012-01-22t/Makefile: Use $(sort ...) explicitly where neededKirill Smelkov1-3/+3
2011-06-17t/Makefile: pass test opts to valgrind target properlyJeff King1-1/+1
2010-12-13tests: add some script lint checksJeff King1-2/+14
2010-11-17Merge branch 'mg/make-prove'Junio C Hamano1-1/+9
2010-10-26test: allow running the tests under "prove"Michael J Gruber1-1/+9
2010-09-30gitweb/Makefile: Add 'test' and 'test-installed' targetsJakub Narebski1-0/+4
2010-08-18cvs tests: do not touch test CVS repositories shipped with sourceJunio C Hamano1-1/+0
2010-08-18t/Makefile: Create test-results dir for smoke targetÆvar Arnfjörð Bjarmason1-1/+1
2010-08-18t/README: Add SMOKE_{COMMENT,TAGS}= to smoke_report targetÆvar Arnfjörð Bjarmason1-0/+6
2010-08-18t/Makefile: Can't include GIT-BUILD-OPTIONS, it's a .shÆvar Arnfjörð Bjarmason1-1/+1
2010-08-18tests: Infrastructure for Git smoke testingÆvar Arnfjörð Bjarmason1-1/+34
2010-07-25tests: Ignore the Test::Harness .prove fileÆvar Arnfjörð Bjarmason1-0/+1
2010-07-16Only run aggregate-results over actual countsThomas Rast1-1/+1
2010-06-21Merge branch 'gv/portable'Junio C Hamano1-0/+1
2010-06-02t/aggregate-results: accomodate systems with small max argument list lengthBrandon Casey1-1/+3
2010-05-31test_cmp: do not use "diff -u" on platforms that lack oneGary V. Vaughan1-0/+1
2010-05-31fixup: do not unconditionally disable "diff -u"Junio C Hamano1-4/+0
2010-05-31tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan1-0/+4
2010-03-13t/Makefile: remove test artifacts upon "make clean"Junio C Hamano1-0/+2
2009-08-09t/Makefile: include config.makJeff King1-0/+2
2009-03-28Merge branch 'maint'Junio C Hamano1-1/+1
2009-03-28test-lib: Clean up comments and Makefile.Emil Sit1-1/+1
2009-02-03Tests: let --valgrind imply --verbose and --teeJohannes Schindelin1-1/+1
2009-02-03t/Makefile: provide a 'valgrind' targetJohannes Schindelin1-1/+4
2008-08-08Enable parallel testsJohannes Schindelin1-1/+0
2008-08-08tests: Clarify dependencies between tests, 'aggregate-results' and 'clean'Johannes Schindelin1-1/+6
2008-07-16t/Makefile: use specified shell when running aggregation scriptSungHyun Nam1-1/+1
2008-06-08Hook up the result aggregation in the test makefile.Sverre Rabbelier1-2/+8
2008-06-08Modify test-lib.sh to output stats to t/test-results/*Sverre Rabbelier1-1/+1
2008-05-18t/Makefile: "trash" directory was renamed recentlyBrandon Casey1-1/+1
2007-07-14Use $(RM) in Makefiles instead of 'rm -f'Emil Medve1-1/+2
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2006-12-28git-svn: remove non-delta fetch code pathsEric Wong1-2/+1
2006-12-16git-svn: remove support for the svn command-line clientEric Wong1-7/+3
2006-11-27git-svn: update tests for recent changesEric Wong1-1/+2
2006-11-21remove merge-recursive-oldJunio C Hamano1-4/+0
2006-07-06git-svn: migrate out of contribEric Wong1-0/+10
2006-06-19Fix setting config variables with an alternative GIT_CONFIGJohannes Schindelin1-1/+1
2006-04-16Makefile fixups.A Large Angry SCM1-1/+1
2006-02-18Fixes for ancient versions of GNU makeJohannes Schindelin1-5/+2
2006-02-18Optionally work without pythonJohannes Schindelin1-0/+4
2005-11-08make tests ignorable with "make -i"Alex Riesen1-3/+8
2005-10-10Deal with $(bindir) and friends with whitespaces.Junio C Hamano1-1/+7
2005-10-01More portability.Junio C Hamano1-0/+1
2005-09-27[PATCH] Make the test more shell generic and fix missing Solaris find optionPeter Eriksen1-1/+2
2005-05-14t/Makefile: OPTS -> GIT_TEST_OPTSPetr Baudis1-2/+3
2005-05-14t/Makefile cleanupPetr Baudis1-4/+3
2005-05-14[PATCH 1/2] Test framework take two.Junio C Hamano1-0/+15