From a82d98e032b008cee3c2096556be4546c0ec5b1e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 16 Nov 2025 22:45:22 +0000 Subject: Use run64 for tests. --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') 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) -- cgit 1.4.1