Skip to content

Commit d5769fe

Browse files
committed
Makefile: remove stale references to UNIT_TEST_PROGRAMS
As of 9340e7c (t/unit-tests: finalize migration of reftable-related tests, 2025-06-05), all of the `UNIT_TEST_PROGRAMS` logic has moved from `Makefile` to `t/Makefile`. This commit removes no longer necessary references. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent adea983 commit d5769fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,6 @@ TEST_BUILTINS_OBJS =
697697
TEST_OBJS =
698698
TEST_PROGRAMS_NEED_X =
699699
THIRD_PARTY_SOURCES =
700-
UNIT_TEST_PROGRAMS =
701700
UNIT_TEST_DIR = t/unit-tests
702701
UNIT_TEST_BIN = $(UNIT_TEST_DIR)/bin
703702

@@ -2830,7 +2829,6 @@ OBJECTS += $(FUZZ_OBJS)
28302829
OBJECTS += $(REFTABLE_OBJS) $(REFTABLE_TEST_OBJS)
28312830
OBJECTS += $(UNIT_TEST_OBJS)
28322831
OBJECTS += $(CLAR_TEST_OBJS)
2833-
OBJECTS += $(patsubst %,$(UNIT_TEST_DIR)/%.o,$(UNIT_TEST_PROGRAMS))
28342832

28352833
ifdef INCLUDE_LIBGIT_RS
28362834
OBJECTS += contrib/libgit-sys/public_symbol_export.o

0 commit comments

Comments
 (0)