Bring things to new compile-r7rs

This commit is contained in:
retropikzel 2025-07-19 19:46:05 +03:00
parent 254cb2a318
commit c6d515cd4f
2 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ test: ${TMPDIR}/test/libtest.o ${TMPDIR}/test/libtest.so ${TMPDIR}/test/libtest.
LD_LIBRARY_PATH=. \
GUILE_AUTO_COMPILE=0 \
timeout 60 \
./${TEST}
printf "\n" | ./${TEST}
test-compile-r7rs-snow: ${TMPDIR}/test/libtest.o ${TMPDIR}/test/libtest.so ${TMPDIR}/test/libtest.a
cp tests/*.scm ${TMPDIR}/test/

View File

@ -345,4 +345,4 @@
(lambda () (read-line))))
(assert equal? (string=? file-content "Hello world 1") #t)
(exit)
(exit 0)