summaryrefslogtreecommitdiffstats
path: root/t/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Makefile: detect missing Meson testsPatrick Steinhardt2024-12-131-1/+17
* Makefile: wire up the clar unit testing frameworkPatrick Steinhardt2024-09-041-0/+1
* t: do not pass GIT_TEST_OPTS to unit tests with provePatrick Steinhardt2024-09-041-1/+2
* chainlint.pl: check line numbers in expected outputJeff King2024-07-101-12/+2
* chainlint.pl: add test_expect_success call to test snippetsJeff King2024-07-101-3/+1
* t/Makefile: run unit tests alongside shell testsJeff King2024-05-061-1/+1
* unit tests: add rule for running with test-toolJosh Steadmon2024-05-061-1/+9
* t0080: turn t-basic unit test into a helperJosh Steadmon2024-05-061-1/+1
* t/Makefile: say the default target upfrontJunio C Hamano2024-02-031-1/+4
* t/Makefile: get UNIT_TESTS list from C sourcesJeff King2024-01-311-1/+4
* Merge branch 'ps/chainlint-self-check-update'Junio C Hamano2023-12-271-11/+3
|\
| * tests: adjust whitespace in chainlint expectationsPatrick Steinhardt2023-12-151-11/+3
* | unit-tests: do not mistake `.pdb` files for being executableJohannes Schindelin2023-11-101-1/+1
* | unit tests: add TAP unit test frameworkPhillip Wood2023-11-101-1/+14
|/
* 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-281-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_PATHJeff King2017-12-081-2/+4
* t/Makefile: add a rule to re-run previously-failed testsJohannes Schindelin2017-01-271-0/+6
* t/Makefile: ensure that paths are valid on platforms we careJohannes 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 testsJens 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-031-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 neededKirill Smelkov2012-01-221-3/+3
|/
* t/Makefile: pass test opts to valgrind target properlyJeff King2011-06-171-1/+1