From d2f1ebb993ed06624ed143c5a419e07ddb317684 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 29 Oct 2025 18:45:08 +0200 Subject: [PATCH] Fixing tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 231ae3f..c32bc78 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ ${TMPDIR}: test: ${TMPDIR} echo "Hello" 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 test-docker: ${TMPDIR}