summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37c912d..2bc955c 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,9 @@ all: $(objects)
 	GUILE_AUTO_COMPILE=0 $(GUILD) compile -L . -o $@ $<
 
 check:
-	./pre-inst-env $(GUILE) $(tests)
+	for test in $(tests); do \
+		./pre-inst-env $(GUILE) $$test; \
+	done
 
 install:
 	install -D $(scripts) --target-directory $(bindir)