about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorArun Isaac2025-11-16 22:45:22 +0000
committerArun Isaac2025-11-16 22:45:54 +0000
commita82d98e032b008cee3c2096556be4546c0ec5b1e (patch)
tree1d43359aa30e4bf4b48d059fc5837ad734df6f52 /Makefile
parent70670360b9585a7a2463f69b4e10537e179d8067 (diff)
downloadravanan-a82d98e032b008cee3c2096556be4546c0ec5b1e.tar.gz
ravanan-a82d98e032b008cee3c2096556be4546c0ec5b1e.tar.lz
ravanan-a82d98e032b008cee3c2096556be4546c0ec5b1e.zip
Use run64 for tests.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index aba1a35..ec40d0b 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ GIT ?= git
 GPG ?= gpg
 GUILD ?= guild
 GUILE ?= guile
+GUILE_RUN64 ?= guile-run64
 LZIP ?= lzip
 NODE ?= node
 SED ?= sed
@@ -62,9 +63,7 @@ all: $(objects) $(config_file)
 	GUILE_AUTO_COMPILE=0 $(GUILD) compile -L . -o $@ $<
 
 check:
-	for test in $(tests); do \
-		$(GUILE) --no-auto-compile -L . $$test; \
-	done
+	./pre-inst-env $(GUILE_RUN64) $(tests)
 
 install: $(sources) $(config_file) $(objects) $(scripts)
 	install -D $(scripts) --target-directory $(bindir)