git/t/unit-tests
Patrick Steinhardt 17e8039878 reftable/system: move "dir.h" to its only user
We still include "dir.h" in "reftable/system.h" even though it is not
used by anything but by a single unit test. Move it over into that unit
test so that we don't accidentally use any functionality provided by it
in the reftable codebase.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2024-11-19 12:23:08 +09:00
..
clar clar: stop including `shellapi.h` unnecessarily 2024-09-04 08:41:37 -07:00
.gitignore Makefile: wire up the clar unit testing framework 2024-09-04 08:41:37 -07:00
clar-generate.awk Makefile: wire up the clar unit testing framework 2024-09-04 08:41:37 -07:00
ctype.c t/unit-tests: convert ctype tests to use clar 2024-09-04 08:41:37 -07:00
lib-oid.c t: port helper/test-oid-array.c to unit-tests/t-oid-array.c 2024-09-01 20:43:38 -07:00
lib-oid.h t: port helper/test-oid-array.c to unit-tests/t-oid-array.c 2024-09-01 20:43:38 -07:00
lib-reftable.c reftable: convert from `strbuf` to `reftable_buf` 2024-10-17 16:59:56 -04:00
lib-reftable.h reftable: convert from `strbuf` to `reftable_buf` 2024-10-17 16:59:56 -04:00
strvec.c t/unit-tests: convert strvec tests to use clar 2024-09-04 08:41:37 -07:00
t-example-decorate.c
t-hash.c
t-hashmap.c
t-mem-pool.c
t-oid-array.c t: port helper/test-oid-array.c to unit-tests/t-oid-array.c 2024-09-01 20:43:38 -07:00
t-oidmap.c
t-oidtree.c
t-prio-queue.c
t-reftable-basics.c t/unit-tests: check for `reftable_buf` allocation errors 2024-10-17 16:59:56 -04:00
t-reftable-block.c t/unit-tests: check for `reftable_buf` allocation errors 2024-10-17 16:59:56 -04:00
t-reftable-merged.c reftable/blocksource: adapt interface name 2024-10-17 16:59:56 -04:00
t-reftable-pq.c
t-reftable-reader.c reftable/blocksource: adapt interface name 2024-10-17 16:59:56 -04:00
t-reftable-readwrite.c t/unit-tests: check for `reftable_buf` allocation errors 2024-10-17 16:59:56 -04:00
t-reftable-record.c t/unit-tests: check for `reftable_buf` allocation errors 2024-10-17 16:59:56 -04:00
t-reftable-stack.c reftable/system: move "dir.h" to its only user 2024-11-19 12:23:08 +09:00
t-reftable-tree.c reftable/tree: handle allocation failures 2024-10-02 07:53:55 -07:00
t-strbuf.c
t-strcmp-offset.c
t-trailer.c
t-urlmatch-normalization.c
test-lib.c
test-lib.h
unit-test.c t/unit-tests: implement test driver 2024-09-04 08:41:37 -07:00
unit-test.h t/unit-tests: convert ctype tests to use clar 2024-09-04 08:41:37 -07:00