From f3b8afad4f512de045675f430bc87c695566ac21 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 26 Sep 2025 20:16:41 +0300 Subject: [PATCH] Updating tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80ecf6f..a8a3476 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 ${TEST_R7RS_ARGS} -I . -o test test.scm + cd ${TMPDIR} && COMPILE_R7RS="${SCHEME}" test-r7rs ${TEST_R7RS_ARGS} --use-docker-head -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 .