From e4d15342ad0162b96281f658e701cd4e37c04d4a Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Fri, 22 Nov 2024 16:10:57 -0800 Subject: [PATCH] review: drop the .c suffix on test directories --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 01de0206..bf656782 100644 --- a/test/Makefile +++ b/test/Makefile @@ -188,7 +188,7 @@ endif # To ignore a test temporarily, `touch .../success:`. RUNTESTS:=$(WASMS:$(OBJPAT)=$(RUNDIR)/%/success) wasm_to_c = $(patsubst $(OBJPAT),$(SRCDIR)/%.c,$1) -$(RUNDIR)/%.c/success: $(OBJPAT) +$(RUNDIR)/%/success: $(OBJPAT) @mkdir -p $(@D) @DIR="$(abspath $(@D))" \ WASM="$(abspath $<)" \