Skip to content

Commit

Permalink
review: drop the .c suffix on test directories
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed Nov 23, 2024
1 parent 0626461 commit e4d1534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $<)" \
Expand Down

0 comments on commit e4d1534

Please sign in to comment.