From 0e14e19d9ed429540c76a198668f5aa904f37c91 Mon Sep 17 00:00:00 2001 From: Christian Hujer Date: Sat, 21 Jun 2025 22:08:18 +0530 Subject: [PATCH] Fix test build directory rule --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 1a4019a..cc758e4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -57,7 +57,7 @@ test/%_Fixture.c: test/%_Test.o # Don't delete this. It looks redundant only when building in lib/. # But when building somewhere else with vpath set, this is important. -test/AceUnit_SimpleRunner_Test.o test/AceUnit_AbortRunner_Test.o test/AceUnit_ForkRunner_Test.o test/AceUnit_SetJmpRunner_test.o: | test/ +test/AceUnit_SimpleRunner_Test.o test/AceUnit_AbortRunner_Test.o test/AceUnit_ForkRunner_Test.o test/AceUnit_SetJmpRunner_Test.o: | test/ test/: mkdir -p $@