]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'cp/unit-test-reftable-pq'
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Aug 2024 21:54:48 +0000 (14:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Aug 2024 21:54:48 +0000 (14:54 -0700)
commitd65332f241524e9ef9985a55753ba70d6aaf70e7
tree1024d69045e679e1d814386575966fef748a0746
parent6c3c451fb6e1c3ca83f74e63079d4d0af01b2d69
parent0dc84a806c53b02b465616d26efbca73682c58dd
Merge branch 'cp/unit-test-reftable-pq'

The tests for "pq" part of reftable library got rewritten to use
the unit test framework.

* cp/unit-test-reftable-pq:
  t-reftable-pq: add tests for merged_iter_pqueue_top()
  t-reftable-pq: add test for index based comparison
  t-reftable-pq: make merged_iter_pqueue_check() callable by reference
  t-reftable-pq: make merged_iter_pqueue_check() static
  t: move reftable/pq_test.c to the unit testing framework
  reftable: change the type of array indices to 'size_t' in reftable/pq.c
  reftable: remove unnecessary curly braces in reftable/pq.c
Makefile
reftable/reftable-tests.h
t/helper/test-reftable.c