git/t/unit-tests
Junio C Hamano 839b808325 Merge branch 'cp/unit-test-reftable-block'
Another test for reftable library ported to the unit test framework.

* cp/unit-test-reftable-block:
  t-reftable-block: mark unused argv/argc
  t-reftable-block: add tests for index blocks
  t-reftable-block: add tests for obj blocks
  t-reftable-block: add tests for log blocks
  t-reftable-block: remove unnecessary variable 'j'
  t-reftable-block: use xstrfmt() instead of xstrdup()
  t-reftable-block: use block_iter_reset() instead of block_iter_close()
  t-reftable-block: use reftable_record_key() instead of strbuf_addstr()
  t-reftable-block: use reftable_record_equal() instead of check_str()
  t-reftable-block: release used block reader
  t: harmonize t-reftable-block.c with coding guidelines
  t: move reftable/block_test.c to the unit testing framework
2024-08-29 11:08:16 -07:00
..
.gitignore
lib-oid.c
lib-oid.h
t-ctype.c Merge branch 'jk/mark-unused-parameters' 2024-08-26 11:32:23 -07:00
t-example-decorate.c
t-hash.c
t-hashmap.c
t-mem-pool.c
t-oidmap.c
t-oidtree.c
t-prio-queue.c
t-reftable-basics.c Merge branch 'jk/mark-unused-parameters' 2024-08-26 11:32:23 -07:00
t-reftable-block.c t-reftable-block: mark unused argv/argc 2024-08-28 10:09:32 -07:00
t-reftable-merged.c Merge branch 'ps/reftable-drop-generic' 2024-08-29 11:08:16 -07:00
t-reftable-pq.c
t-reftable-readwrite.c Merge branch 'jk/mark-unused-parameters' 2024-08-26 11:32:23 -07:00
t-reftable-record.c
t-reftable-tree.c
t-strbuf.c
t-strcmp-offset.c
t-strvec.c Merge branch 'jk/mark-unused-parameters' 2024-08-26 11:32:23 -07:00
t-trailer.c
t-urlmatch-normalization.c
test-lib.c
test-lib.h