From: Junio C Hamano Date: Thu, 30 May 2024 21:15:15 +0000 (-0700) Subject: Merge branch 'gt/unit-test-strcmp-offset' X-Git-Tag: v2.46.0-rc0~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99d3cbe21b5c4c09c6befa9f505dac41dfea9c1d;p=thirdparty%2Fgit.git Merge branch 'gt/unit-test-strcmp-offset' The strcmp-offset tests have been rewritten using the unit test framework. * gt/unit-test-strcmp-offset: t/: port helper/test-strcmp-offset.c to unit-tests/t-strcmp-offset.c --- 99d3cbe21b5c4c09c6befa9f505dac41dfea9c1d diff --cc Makefile index 8f4432ae57,1afa112706..59d98ba688 --- a/Makefile +++ b/Makefile @@@ -1334,11 -1333,11 +1333,12 @@@ THIRD_PARTY_SOURCES += compat/regex/ THIRD_PARTY_SOURCES += sha1collisiondetection/% THIRD_PARTY_SOURCES += sha1dc/% -UNIT_TEST_PROGRAMS += t-mem-pool -UNIT_TEST_PROGRAMS += t-strbuf UNIT_TEST_PROGRAMS += t-ctype +UNIT_TEST_PROGRAMS += t-mem-pool UNIT_TEST_PROGRAMS += t-prio-queue +UNIT_TEST_PROGRAMS += t-strbuf + UNIT_TEST_PROGRAMS += t-strcmp-offset +UNIT_TEST_PROGRAMS += t-trailer 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