summaryrefslogtreecommitdiff
path: root/t/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/chainlint-fixes'Junio C Hamano2023-04-061-2/+2
|\
| * tests: run internal chain-linter under "make test"Jeff King2023-03-301-2/+2
* | test: don't print aggregate-results commandFelipe Contreras2023-03-091-1/+1
* | test: simplify counts aggregationFelipe Contreras2023-03-091-3/+1
|/
* chainlint: prefix annotated test definition with line numbersEric Sunshine2022-11-111-1/+1
* t/Makefile: remove 'test-results' on 'make clean'SZEDER Gábor2022-09-211-0/+1
* t/Makefile: teach `make test` and `make prove` to run chainlint.plEric Sunshine2022-09-011-3/+17
* t/Makefile: apply chainlint.pl to existing self-testsEric Sunshine2022-09-011-5/+24
* t/Makefile: don't remove test-results in "clean-except-prove-cache"Ævar Arnfjörð Bjarmason2022-07-271-1/+1
* gitweb: remove "test" and "test-installed" targetsÆvar Arnfjörð Bjarmason2022-06-281-4/+0
* Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to itÆvar Arnfjörð Bjarmason2022-03-031-0/+3
* chainlint.sed: stop splitting "(..." into separate lines "(" and "..."Eric Sunshine2021-12-131-2/+2
* t/Makefile: optimize chainlint self-testEric Sunshine2021-12-131-6/+4
* perf lint: add make test-lint to perf testsNipunn Koorapati2020-10-201-3/+4
* t/Makefile: add machinery to check correctness of chainlint.sedEric Sunshine2018-07-171-4/+21
* t/Makefile: introduce TEST_SHELL_PATHjk/test-suite-tracingJeff King2017-12-081-2/+4
* t/Makefile: add a rule to re-run previously-failed testsjs/re-running-failed-testsJohannes Schindelin2017-01-271-0/+6
* t/Makefile: ensure that paths are valid on platforms we carejs/test-lint-pathnameJohannes Schindelin2016-08-161-1/+10
* tests: remove no-op full-svn-test targetEric Wong2016-02-231-6/+0
* t/Makefile: always test all lint targets when running testsjl/test-lint-scriptsJens Lehmann2014-07-101-1/+1
* t/Makefile: check helper scripts for non-portable shell commands tooJens Lehmann2014-07-101-1/+2
* t/Makefile: stop setting GIT_CONFIGJeff King2014-03-211-2/+2
* Merge branch 'jk/test-output'Junio C Hamano2013-05-291-3/+10
|\
| * t/Makefile: don't define TEST_RESULTS_DIRECTORY recursivelyJohn Keeping2013-05-061-1/+1
| * t/Makefile: fix result handling with TEST_OUTPUT_DIRECTORYJohn Keeping2013-04-271-3/+10
* | t/Makefile: remove smoke test targetsJohn Keeping2013-04-281-38/+0
|/
* Merge branch 'tb/test-shell-lint'Junio C Hamano2013-01-101-2/+6
|\
| * test: Add check-non-portable-shell.plTorsten Bögershausen2013-01-021-2/+6
* | tests: turn on test-lint by defaultJeff King2013-01-031-0/+1
|/
* Makefile: whitespace style fixes in macro definitionsStefano Lattarini2012-12-101-1/+1
* t/Makefile: retain cache t/.prove across prove runsMichael Haggerty2012-05-201-2/+4
* Introduce a performance testing frameworkThomas Rast2012-02-171-1/+42
* Sync with maintJunio C Hamano2012-02-131-39/+1
|\
| * Remove Git's support for smoke testingÆvar Arnfjörð Bjarmason2012-02-131-39/+1
* | t/Makefile: Use $(sort ...) explicitly where neededks/sort-wildcard-in-makefileKirill Smelkov2012-01-221-3/+3
|/
* t/Makefile: pass test opts to valgrind target properlyJeff King2011-06-171-1/+1
* tests: add some script lint checksJeff King2010-12-131-2/+14
* Merge branch 'mg/make-prove'Junio C Hamano2010-11-171-1/+9
|\
| * test: allow running the tests under "prove"Michael J Gruber2010-10-261-1/+9
* | gitweb/Makefile: Add 'test' and 'test-installed' targetsJakub Narebski2010-09-301-0/+4
|/
* cvs tests: do not touch test CVS repositories shipped with sourceJunio C Hamano2010-08-181-1/+0
* t/Makefile: Create test-results dir for smoke targetÆvar Arnfjörð Bjarmason2010-08-181-1/+1
* t/README: Add SMOKE_{COMMENT,TAGS}= to smoke_report targetÆvar Arnfjörð Bjarmason2010-08-181-0/+6
* t/Makefile: Can't include GIT-BUILD-OPTIONS, it's a .shÆvar Arnfjörð Bjarmason2010-08-181-1/+1
* tests: Infrastructure for Git smoke testingÆvar Arnfjörð Bjarmason2010-08-181-1/+34
* tests: Ignore the Test::Harness .prove fileÆvar Arnfjörð Bjarmason2010-07-251-0/+1
* Only run aggregate-results over actual countsThomas Rast2010-07-161-1/+1
* Merge branch 'gv/portable'Junio C Hamano2010-06-211-0/+1
|\
| * test_cmp: do not use "diff -u" on platforms that lack oneGary V. Vaughan2010-05-311-0/+1
| * fixup: do not unconditionally disable "diff -u"Junio C Hamano2010-05-311-4/+0