git/t/unit-tests
Seyi Kuforiji 5dd5c4e345 t/unit-tests: implement clar specific reftable test helper functions
Helper functions defined in `t/unit-tests/lib-reftable.{c,h}` are
required for the reftable-related test files to run. In the current
implementation these functions are designed to conform with our
homegrown unit-testing structure. So in other to convert the reftable
test files, there is need for a clar specific implementation of these
helper functions.

Implement equivalent helper functions in `lib-reftable-clar.{c,h}` to
use clar. These functions conform with the clar testing framework and
become available for all reftable-related test files implemented using
the clar testing framework, which requires them. This will be used by
subsequent commits.

Signed-off-by: Seyi Kuforiji <kuforiji98@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2025-07-24 11:46:01 -07:00
..
clar
.gitignore
generate-clar-decls.sh
generate-clar-suites.sh
lib-oid.c
lib-oid.h
lib-reftable-clar.c t/unit-tests: implement clar specific reftable test helper functions 2025-07-24 11:46:01 -07:00
lib-reftable-clar.h t/unit-tests: implement clar specific reftable test helper functions 2025-07-24 11:46:01 -07:00
lib-reftable.c
lib-reftable.h
t-reftable-basics.c
t-reftable-block.c reftable: fix perf regression when reading blocks of unwanted type 2025-05-12 10:55:24 -07:00
t-reftable-merged.c
t-reftable-pq.c
t-reftable-readwrite.c
t-reftable-record.c
t-reftable-stack.c
t-reftable-table.c
test-lib.c
test-lib.h
u-ctype.c
u-example-decorate.c
u-hash.c
u-hashmap.c
u-mem-pool.c
u-oid-array.c
u-oidmap.c oidmap: rename oidmap_free() to oidmap_clear() 2025-05-12 13:06:26 -07:00
u-oidtree.c
u-prio-queue.c
u-reftable-tree.c
u-strbuf.c
u-strcmp-offset.c
u-strvec.c
u-trailer.c
u-urlmatch-normalization.c
unit-test.c
unit-test.h