From 4e1bcfb658f77acc038ba4de00513f0fef4b458b Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Mon, 15 Feb 2021 21:15:39 +0300 Subject: fix: test library first, then test docs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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;) -- cgit v1.2.3