From cc82dd57c87e19439f851c2bfd66834f70276bb8 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Sat, 17 Jul 2021 17:49:16 +0300 Subject: fix: style changes, and documentation fixes - provide defn as an alias to fn* and change fn* to defn in all files - fix doc for eq function - fix and generate doc for loop macro --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6c36c40..e650310 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ distclean: clean test: $(FNLTESTS) @echo "Testing on" $$($(LUA) -v) >&2 - @$(foreach test,$?,$(FENNEL) --lua $(LUA) $(test) || exit;) + @$(foreach test,$?,$(FENNEL) --no-compiler-sandbox --lua $(LUA) $(test) || exit;) ifdef FENNELDOC @fenneldoc --mode check $(FNLDOCS) || exit else -- cgit v1.2.3