summaryrefslogtreecommitdiff
path: root/t/Makefile
AgeCommit message (Expand)Author
2025-07-24t/unit-tests: finalize migration of reftable-related testsSeyi Kuforiji
2025-04-07Makefile: stop requiring Perl when running testsPatrick Steinhardt
2025-01-29libgit: add higher-level libgit crateCalvin Wan
2025-01-28libgit-sys: introduce Rust wrapper for libgit.aJosh Steadmon
2024-12-27t/Makefile: make "check-meson" work with DashPatrick Steinhardt
2024-12-13Makefile: detect missing Meson testsPatrick Steinhardt
2024-09-04Makefile: wire up the clar unit testing frameworkPatrick Steinhardt
2024-09-04t: do not pass GIT_TEST_OPTS to unit tests with provePatrick Steinhardt
2024-07-10chainlint.pl: check line numbers in expected outputJeff King
2024-07-10chainlint.pl: add test_expect_success call to test snippetsJeff King
2024-05-06t/Makefile: run unit tests alongside shell testsJeff King
2024-05-06unit tests: add rule for running with test-toolJosh Steadmon
2024-05-06t0080: turn t-basic unit test into a helperJosh Steadmon
2024-02-02t/Makefile: say the default target upfrontJunio C Hamano
2024-01-31t/Makefile: get UNIT_TESTS list from C sourcesJeff King
2023-12-27Merge branch 'ps/chainlint-self-check-update'Junio C Hamano
2023-12-15tests: adjust whitespace in chainlint expectationsPatrick Steinhardt
2023-11-10unit-tests: do not mistake `.pdb` files for being executableJohannes Schindelin
2023-11-10unit tests: add TAP unit test frameworkPhillip Wood
2023-04-06Merge branch 'jk/chainlint-fixes'Junio C Hamano
2023-03-30tests: run internal chain-linter under "make test"Jeff King
2023-03-09test: don't print aggregate-results commandFelipe Contreras
2023-03-09test: simplify counts aggregationFelipe Contreras
2022-11-11chainlint: prefix annotated test definition with line numbersEric Sunshine
2022-09-21t/Makefile: remove 'test-results' on 'make clean'SZEDER Gábor
2022-09-01t/Makefile: teach `make test` and `make prove` to run chainlint.plEric Sunshine
2022-09-01t/Makefile: apply chainlint.pl to existing self-testsEric Sunshine
2022-07-27t/Makefile: don't remove test-results in "clean-except-prove-cache"Ævar Arnfjörð Bjarmason
2022-06-28gitweb: remove "test" and "test-installed" targetsÆvar Arnfjörð Bjarmason
2022-03-03Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to itÆvar Arnfjörð Bjarmason
2021-12-13chainlint.sed: stop splitting "(..." into separate lines "(" and "..."Eric Sunshine
2021-12-13t/Makefile: optimize chainlint self-testEric Sunshine
2020-10-20perf lint: add make test-lint to perf testsNipunn Koorapati
2018-07-17t/Makefile: add machinery to check correctness of chainlint.sedEric Sunshine
2017-12-08t/Makefile: introduce TEST_SHELL_PATHJeff King
2017-01-27t/Makefile: add a rule to re-run previously-failed testsJohannes Schindelin
2016-08-16t/Makefile: ensure that paths are valid on platforms we careJohannes Schindelin
2016-02-23tests: remove no-op full-svn-test targetEric Wong
2014-07-10t/Makefile: always test all lint targets when running testsJens Lehmann
2014-07-10t/Makefile: check helper scripts for non-portable shell commands tooJens Lehmann
2014-03-21t/Makefile: stop setting GIT_CONFIGJeff King
2013-05-29Merge branch 'jk/test-output'Junio C Hamano
2013-05-06t/Makefile: don't define TEST_RESULTS_DIRECTORY recursivelyJohn Keeping
2013-04-28t/Makefile: remove smoke test targetsJohn Keeping
2013-04-27t/Makefile: fix result handling with TEST_OUTPUT_DIRECTORYJohn Keeping
2013-01-10Merge branch 'tb/test-shell-lint'Junio C Hamano
2013-01-03tests: turn on test-lint by defaultJeff King
2013-01-02test: Add check-non-portable-shell.plTorsten Bögershausen
2012-12-10Makefile: whitespace style fixes in macro definitionsStefano Lattarini
2012-05-20t/Makefile: retain cache t/.prove across prove runsMichael Haggerty