summary refs log tree commit diff
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 f4537e1..e733db6 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ all: $(objects)
 
 check:
 	for test in $(tests); do \
-		./pre-inst-env $(GUILE) $$test; \
+		$(GUILE) --no-auto-compile -L . $$test; \
 	done
 
 dist_archive = $(project)-$(version).tar.lz