aboutsummaryrefslogtreecommitdiffstats
path: root/t/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-08Merge branch 'da/cargo-serialize'Junio C Hamano1-10/+4
2025-08-26Makefile: build libgit-rs and libgit-sys seriallyDavid Aguilar1-10/+4
2025-07-24t/unit-tests: finalize migration of reftable-related testsSeyi Kuforiji1-1/+0
2025-04-07Makefile: stop requiring Perl when running testsPatrick Steinhardt1-3/+13
2025-01-29libgit: add higher-level libgit crateCalvin Wan1-2/+7
2025-01-28libgit-sys: introduce Rust wrapper for libgit.aJosh Steadmon1-0/+10
2024-12-27t/Makefile: make "check-meson" work with DashPatrick Steinhardt1-5/+7
2024-12-13Makefile: detect missing Meson testsPatrick Steinhardt1-1/+17
2024-09-04Makefile: wire up the clar unit testing frameworkPatrick Steinhardt1-0/+1
2024-09-04t: do not pass GIT_TEST_OPTS to unit tests with provePatrick Steinhardt1-1/+2
2024-07-10chainlint.pl: check line numbers in expected outputJeff King1-12/+2
2024-07-10chainlint.pl: add test_expect_success call to test snippetsJeff King1-3/+1
2024-05-06t/Makefile: run unit tests alongside shell testsJeff King1-1/+1
2024-05-06unit tests: add rule for running with test-toolJosh Steadmon1-1/+9
2024-05-06t0080: 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