Switch to test-r7rs

This commit is contained in:
retropikzel 2026-03-26 09:06:28 +02:00
parent b7d7015005
commit 7570aeab0f
1 changed files with 1 additions and 0 deletions

View File

@ -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