]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'cp/unit-test-reftable-block'
authorJunio C Hamano <gitster@pobox.com>
Thu, 29 Aug 2024 18:08:16 +0000 (11:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Aug 2024 18:08:16 +0000 (11:08 -0700)
commit839b808325724e4e47c3ca18b2b131c205123632
tree73dc58f9b6e4c72a2c73c0aa80b40bf6b609ed91
parentd4d677704d74db389d2f56975794cd85acb8181f
parent08e83b5ec5db41dd01ce2af54ee67cb1d77e8a6e
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
Makefile
reftable/reftable-tests.h
t/helper/test-reftable.c