Updating tests

This commit is contained in:
retropikzel 2025-09-26 09:42:50 +03:00
parent 424bba9782
commit a0e0f180ab
1 changed files with 1 additions and 1 deletions

View File

@ -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 .