summaryrefslogtreecommitdiffstats
path: root/t/helper/test-tool.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cp/unit-test-reftable-stack'Junio C Hamano2024-09-161-1/+0
|\
| * t: move reftable/stack_test.c to the unit testing frameworkChandra Pratap2024-09-081-1/+0
* | Merge branch 'gt/unit-test-oid-array'Junio C Hamano2024-09-121-1/+0
|\ \ | |/ |/|
| * t: port helper/test-oid-array.c to unit-tests/t-oid-array.cGhanshyam Thakkar2024-09-021-1/+0
* | t: migrate t0110-urlmatch-normalization to the new frameworkGhanshyam Thakkar2024-08-201-1/+0
|/
* t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.cGhanshyam Thakkar2024-07-031-1/+0
* Merge branch 'gt/unit-test-oidtree'Junio C Hamano2024-06-211-1/+0
|\
| * t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.cGhanshyam Thakkar2024-06-121-1/+0
* | Merge branch 'gt/decorate-unit-test'Junio C Hamano2024-06-121-1/+0
|\ \ | |/ |/|
| * t/: migrate helper/test-example-decorate to the unit testing frameworkGhanshyam Thakkar2024-05-281-1/+0
* | t/: port helper/test-strcmp-offset.c to unit-tests/t-strcmp-offset.cGhanshyam Thakkar2024-05-201-1/+0
|/
* Merge branch 'js/unit-test-suite-runner'Junio C Hamano2024-05-151-0/+1
|\
| * t0080: turn t-basic unit test into a helperJosh Steadmon2024-05-061-0/+1
* | Merge branch 'eb/hash-transition'Junio C Hamano2024-03-281-0/+1
|\ \
| * | t1016-compatObjectFormat: add tests to verify the conversion between objectsEric W. Biederman2023-10-021-0/+1
* | | Merge branch 'cp/unit-test-prio-queue'Junio C Hamano2024-02-081-1/+0
|\ \ \ | |_|/ |/| |
| * | tests: move t0009-prio-queue.sh to the new unit testing frameworkChandra Pratap2024-01-221-1/+0
* | | unit-tests: rewrite t/helper/test-ctype.c as a unit testAchu Luma2024-01-161-1/+0
|/ /
* | replay: introduce new builtinElijah Newren2023-11-261-1/+0
* | Merge branch 'bc/racy-4gb-files'Junio C Hamano2023-10-231-0/+1
|\ \
| * | t: add a test helper to truncate filesbrian m. carlson2023-10-131-0/+1
| |/
* | t/helper: add 'find-pack' test-toolChristian Couder2023-10-021-0/+1
* | test-tool: retire "index-version"Junio C Hamano2023-09-131-1/+0
|/
* env-helper: move this built-in to "test-tool env-helper"Ævar Arnfjörð Bjarmason2023-01-151-0/+1
* cache.h & test-tool.h: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason2022-11-211-1/+0
* Merge branch 'vd/skip-cache-tree-update'Taylor Blau2022-11-191-0/+1
|\
| * cache-tree: add perf test comparing update and primeVictoria Dye2022-11-111-0/+1
* | Makefile & test-tool: replace "DC_SHA1" variable with a "define"Ævar Arnfjörð Bjarmason2022-11-081-0/+1
|/
* Merge branch 'ds/bundle-uri-3'Taylor Blau2022-10-311-0/+1
|\
| * bundle-uri: unit test "key=value" parsingÆvar Arnfjörð Bjarmason2022-10-121-0/+1
* | Merge branch 'ab/submodule-helper-prep'Junio C Hamano2022-09-131-0/+1
|\ \
| * | submodule--helper: move "is-active" to a test-toolÆvar Arnfjörð Bjarmason2022-09-021-0/+1
| |/
* | Merge branch 'sg/parse-options-subcommand'Junio C Hamano2022-09-011-0/+2
|\ \
| * | parse-options: add support for parsing subcommandsSZEDER Gábor2022-08-191-0/+1
| * | t0040-parse-options: test parse_options() with various 'parse_opt_flags'SZEDER Gábor2022-08-191-0/+1
| |/
* / t0021: implementation the rot13-filter.pl script in CMatheus Tavares2022-08-151-0/+1
|/
* Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano2022-06-111-0/+1
|\
| * t/helper/hexdump: add helper to print hexdump of stdinJeff Hostetler2022-05-271-0/+1
* | t/helper: add 'pack-mtimes' test-toolTaylor Blau2022-05-271-0/+1
|/
* t/helper/fsmonitor-client: create IPC client to talk to FSMonitor DaemonJeff Hostetler2022-03-261-0/+1
* wrapper: add a helper to generate numbers from a CSPRNGbrian m. carlson2022-01-171-0/+1
* Add "test-tool dump-reftable" command.Han-Wen Nienhuys2021-10-081-0/+1
* reftable: utility functionsHan-Wen Nienhuys2021-10-081-0/+1
* Merge branch 'ab/getcwd-test'Junio C Hamano2021-08-041-0/+1
|\
| * t0001: fix broken not-quite getcwd(3) test in bed67874e2Ævar Arnfjörð Bjarmason2021-07-301-0/+1
* | Merge branch 'ew/many-alternate-optim'Junio C Hamano2021-07-281-0/+1
|\ \
| * | oidtree: a crit-bit tree for odb_loose_cacheEric Wong2021-07-081-0/+1
| |/
* / promisor-remote: teach lazy-fetch in any repoJonathan Tan2021-06-281-0/+1
|/
* Merge branch 'ab/userdiff-tests'Junio C Hamano2021-04-211-0/+1
|\
| * userdiff tests: list builtin drivers via test-toolÆvar Arnfjörð Bjarmason2021-04-081-0/+1