From: Junio C Hamano Date: Fri, 26 Jan 2024 16:54:45 +0000 (-0800) Subject: Merge branch 'al/unit-test-ctype' X-Git-Tag: v2.44.0-rc0~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b982aa9a9faf93152ed3a1a6b326e0b44a2e939e;p=thirdparty%2Fgit.git Merge branch 'al/unit-test-ctype' Move test-ctype helper to the unit-test framework. * al/unit-test-ctype: unit-tests: rewrite t/helper/test-ctype.c as a unit test --- b982aa9a9faf93152ed3a1a6b326e0b44a2e939e diff --cc Makefile index 15990ff312,a4df48ba65..1a62e48759 --- a/Makefile +++ b/Makefile @@@ -1340,8 -1339,8 +1339,9 @@@ THIRD_PARTY_SOURCES += sha1collisiondet 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_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