summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2e03b9b..25fd154 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ distclean: clean
test: $(FNLTESTS)
@echo "Testing on" $$($(LUA) -v) >&2
+ @$(foreach test,$?,$(FENNEL) --lua $(LUA) --metadata $(test) || exit;)
ifdef FENNELDOC
@fenneldoc --mode check $(FNLDOCS) || exit
else
@@ -34,7 +35,6 @@ else
@echo "https://gitlab.com/andreyorst/fenneldoc" >&2
@echo ""
endif
- @$(foreach test,$?,$(FENNEL) --lua $(LUA) --metadata $(test) || exit;)
testall: $(LUA_EXECUTABLES)
@$(foreach lua,$?,LUA=$(lua) make test || exit;)