]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cp/unit-test-prio-queue'
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Feb 2024 21:20:33 +0000 (13:20 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Feb 2024 21:20:33 +0000 (13:20 -0800)
The priority queue test has been migrated to the unit testing
framework.

* cp/unit-test-prio-queue:
  tests: move t0009-prio-queue.sh to the new unit testing framework

1  2 
Makefile
t/helper/test-tool.c
t/helper/test-tool.h

diff --cc Makefile
index 302b86354850c3d8c3e17d0ef2918e1ece0d5ebe,2d649ec186dad021d6d98322113933ada3b37f9c..3882deed5056f8ed0e944a2612e387d36c2096ff
+++ b/Makefile
@@@ -1345,7 -1341,7 +1344,8 @@@ THIRD_PARTY_SOURCES += sha1dc/
  UNIT_TEST_PROGRAMS += t-basic
  UNIT_TEST_PROGRAMS += t-mem-pool
  UNIT_TEST_PROGRAMS += t-strbuf
 +UNIT_TEST_PROGRAMS += t-ctype
+ UNIT_TEST_PROGRAMS += t-prio-queue
  UNIT_TEST_PROGS = $(patsubst %,$(UNIT_TEST_BIN)/%$X,$(UNIT_TEST_PROGRAMS))
  UNIT_TEST_OBJS = $(patsubst %,$(UNIT_TEST_DIR)/%.o,$(UNIT_TEST_PROGRAMS))
  UNIT_TEST_OBJS += $(UNIT_TEST_DIR)/test-lib.o
Simple merge
Simple merge