Install chez-srfi on R6RS tests

This commit is contained in:
retropikzel 2026-07-16 12:04:26 +03:00
parent b8152cf5b8
commit 039e7847d3
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ test-docker: testfiles
COMPILE_R7RS=${SCHEME} \ COMPILE_R7RS=${SCHEME} \
CSC_OPTIONS="${CSC_OPTIONS}" \ CSC_OPTIONS="${CSC_OPTIONS}" \
SNOW_PACKAGES="srfi.64 foreign.c ${PKG}" \ SNOW_PACKAGES="srfi.64 foreign.c ${PKG}" \
AKKU_PACKAGES="akku-r7rs '(foreign c)' '(retropikzel ${LIBRARY})'" \ AKKU_PACKAGES="akku-r7rs chez-srfi '(foreign c)' '(retropikzel ${LIBRARY})'" \
APT_PACKAGES="${APT_PACKAGES}" \ APT_PACKAGES="${APT_PACKAGES}" \
PASS_ENV_VARS="CSC_OPTIONS" \ PASS_ENV_VARS="CSC_OPTIONS" \
test-r7rs ${LIB_PATHS} -o test-program test.${SFX} test-r7rs ${LIB_PATHS} -o test-program test.${SFX}