Updating tests

This commit is contained in:
retropikzel 2025-09-26 20:16:41 +03:00
parent cb3f3c1b49
commit f3b8afad4f
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ test:
mkdir -p ${TMPDIR} mkdir -p ${TMPDIR}
cp test.scm ${TMPDIR}/ cp test.scm ${TMPDIR}/
cp -r foreign ${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: test-docker:
docker build --build-arg IMAGE=${DOCKERIMG} --build-arg SCHEME=${SCHEME} --tag=foreign-c-test-${SCHEME} -f Dockerfile.test . docker build --build-arg IMAGE=${DOCKERIMG} --build-arg SCHEME=${SCHEME} --tag=foreign-c-test-${SCHEME} -f Dockerfile.test .