Merge branch 'cp/reftable-unit-test'
commit56346ba24e16274196180a859d27a8199acb6150
authorJunio C Hamano <gitster@pobox.com>
Wed, 12 Jun 2024 20:37:14 +0000 (12 13:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Jun 2024 20:37:14 +0000 (12 13:37 -0700)
treea736363b58abe84f0ea84b93a042dd124e3cbfd6
parenta39e28ace77686db3324d1093a92c2cfdf5a5e0b
parentefa8786800618b4119536d2af8f0bbcfa86b1c04
Merge branch 'cp/reftable-unit-test'

Basic unit tests for reftable have been reimplemented under the
unit test framework.

* cp/reftable-unit-test:
  t: improve the test-case for parse_names()
  t: add test for put_be16()
  t: move tests from reftable/record_test.c to the new unit test
  t: move tests from reftable/stack_test.c to the new unit test
  t: move reftable/basics_test.c to the unit testing framework
Makefile
reftable/stack_test.c
t/helper/test-reftable.c