From 7570aeab0f26d1b87d27ebe85d8dc32e56280150 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Thu, 26 Mar 2026 09:06:28 +0200 Subject: [PATCH] Switch to test-r7rs --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 002e683..fa24eb4 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ install: testfiles: build rm -rf .tmp mkdir -p .tmp + cp ${PKG} .tmp/ # R6RS testfiles printf "#!r6rs\n(import (except (rnrs) remove) (srfi :64) (retropikzel ${LIBRARY}))" > .tmp/test.sps cat ${TESTFILE} >> .tmp/test.sps