aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-08-14 14:54:48 -0700
committerJunio C Hamano <gitster@pobox.com>2024-08-14 14:54:48 -0700
commitd65332f241524e9ef9985a55753ba70d6aaf70e7 (patch)
tree1024d69045e679e1d814386575966fef748a0746 /t/helper
parent6c3c451fb6e1c3ca83f74e63079d4d0af01b2d69 (diff)
parent0dc84a806c53b02b465616d26efbca73682c58dd (diff)
downloadgit-d65332f241524e9ef9985a55753ba70d6aaf70e7.tar.gz
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
Diffstat (limited to 't/helper')
-rw-r--r--t/helper/test-reftable.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/helper/test-reftable.c b/t/helper/test-reftable.c
index 9d378427da..672eaedae0 100644
--- a/t/helper/test-reftable.c
+++ b/t/helper/test-reftable.c
@@ -7,7 +7,6 @@ int cmd__reftable(int argc, const char **argv)
/* test from simple to complex. */
block_test_main(argc, argv);
tree_test_main(argc, argv);
- pq_test_main(argc, argv);
readwrite_test_main(argc, argv);
stack_test_main(argc, argv);
return 0;