]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'cp/unit-test-reftable-tree'
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Aug 2024 21:54:56 +0000 (14:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Aug 2024 21:54:56 +0000 (14:54 -0700)
commit7b11e20bfff8cd9e448290709070266ca9d0c74f
tree201e08a3fe57dac67c2ea0bfc89a7379608e40fa
parent61fd5de05fbb20b07a36b9f099dd86db7fa85db0
parent3a498b49d1b7d1ffc939b87310533a40ecbd8c43
Merge branch 'cp/unit-test-reftable-tree'

A test in reftable library has been rewritten using the unit test
framework.

* cp/unit-test-reftable-tree:
  t-reftable-tree: improve the test for infix_walk()
  t-reftable-tree: add test for non-existent key
  t-reftable-tree: split test_tree() into two sub-test functions
  t: move reftable/tree_test.c to the unit testing framework
  reftable: remove unnecessary curly braces in reftable/tree.c
Makefile
reftable/reftable-tests.h
t/helper/test-reftable.c