git/t/unit-tests
Junio C Hamano 25612efe95 Merge branch 'sk/reftable-clarify-tests' into jch
The reftable unit tests are now ported to the "clar" unit testing
framework.

* sk/reftable-clarify-tests:
  t/unit-tests: finalize migration of reftable-related tests
  t/unit-tests: convert reftable stack test to use clar
  t/unit-tests: convert reftable record test to use clar
  t/unit-tests: convert reftable readwrite test to use clar
  t/unit-tests: convert reftable table test to use clar
  t/unit-tests: convert reftable pq test to use clar
  t/unit-tests: convert reftable merged test to use clar
  t/unit-tests: convert reftable block test to use clar
  t/unit-tests: convert reftable basics test to use clar test framework
  t/unit-tests: implement clar specific reftable test helper functions
2025-07-22 18:28:11 -07:00
..
clar
.gitignore
generate-clar-decls.sh
generate-clar-suites.sh
lib-oid.c
lib-oid.h
lib-reftable.c t/unit-tests: finalize migration of reftable-related tests 2025-06-05 09:57:15 -07:00
lib-reftable.h t/unit-tests: finalize migration of reftable-related tests 2025-06-05 09:57:15 -07:00
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
u-oidtree.c
u-prio-queue.c prio-queue: add prio_queue_replace() 2025-07-22 07:28:35 -07:00
u-reftable-basics.c t/unit-tests: finalize migration of reftable-related tests 2025-06-05 09:57:15 -07:00
u-reftable-block.c t/unit-tests: finalize migration of reftable-related tests 2025-06-05 09:57:15 -07:00
u-reftable-merged.c t/unit-tests: finalize migration of reftable-related tests 2025-06-05 09:57:15 -07:00
u-reftable-pq.c t/unit-tests: finalize migration of reftable-related tests 2025-06-05 09:57:15 -07:00
u-reftable-readwrite.c t/unit-tests: finalize migration of reftable-related tests 2025-06-05 09:57:15 -07:00
u-reftable-record.c t/unit-tests: finalize migration of reftable-related tests 2025-06-05 09:57:15 -07:00
u-reftable-stack.c t/unit-tests: finalize migration of reftable-related tests 2025-06-05 09:57:15 -07:00
u-reftable-table.c t/unit-tests: finalize migration of reftable-related tests 2025-06-05 09:57:15 -07:00
u-reftable-tree.c
u-strbuf.c
u-strcmp-offset.c
u-string-list.c u-string-list: move "remove duplicates" test to "u-string-list.c" 2025-07-07 08:07:47 -07:00
u-strvec.c
u-trailer.c
u-urlmatch-normalization.c
unit-test.c
unit-test.h