Fixing tests

This commit is contained in:
retropikzel 2025-10-29 18:45:08 +02:00
parent 57d698c708
commit d2f1ebb993
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ ${TMPDIR}:
test: ${TMPDIR} test: ${TMPDIR}
echo "Hello" echo "Hello"
cd ${TMPDIR} && COMPILE_R7RS=${SCHEME} compile-r7rs -I . -o test test.scm cd ${TMPDIR} && COMPILE_R7RS=${SCHEME} compile-r7rs -I . -o test test.scm
cd ${TMPDIR} && ./test cd ${TMPDIR} && printf "\n" | ./test
cp ${TMPDIR}/foreign-c-${LIBRARY}.log ${SCHEME}-foreign-c-${LIBRARY}.log cp ${TMPDIR}/foreign-c-${LIBRARY}.log ${SCHEME}-foreign-c-${LIBRARY}.log
test-docker: ${TMPDIR} test-docker: ${TMPDIR}