From a0e0f180ab31f5ff5ad7c9346e591994b32907c8 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 26 Sep 2025 09:42:50 +0300 Subject: [PATCH] Updating tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7ac92e5..4d415f9 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ test: mkdir -p ${TMPDIR} cp test.scm ${TMPDIR}/ cp -r foreign ${TMPDIR}/ - cd ${TMPDIR} && COMPILE_R7RS="${SCHEME}" test-r7rs -I . -o test test.scm + cd ${TMPDIR} && COMPILE_R7RS="${SCHEME}" test-r7rs ${TEST_R7RS_ARGS} -I . -o test test.scm test-docker: docker build --build-arg IMAGE=${DOCKERIMG} --build-arg SCHEME=${SCHEME} --tag=foreign-c-test-${SCHEME} -f Dockerfile.test .