From: Junio C Hamano Date: Thu, 8 Feb 2024 21:20:33 +0000 (-0800) Subject: Merge branch 'cp/unit-test-prio-queue' X-Git-Tag: v2.44.0-rc0~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=107023e1c9f981476c505e73eab319db6534a536;p=thirdparty%2Fgit.git Merge branch 'cp/unit-test-prio-queue' 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 --- 107023e1c9f981476c505e73eab319db6534a536 diff --cc Makefile index 302b863548,2d649ec186..3882deed50 --- a/Makefile +++ 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