Chicken fixes

This commit is contained in:
retropikzel 2025-07-10 07:48:08 +03:00
parent d2c708b2a6
commit 1568976988
1 changed files with 4 additions and 1 deletions

View File

@ -43,7 +43,10 @@ test: tmp/test/libtest.o tmp/test/libtest.so tmp/test/libtest.a
COMPILE_R7RS_KAWA="-J--add-exports=java.base/jdk.internal.foreign.abi=ALL-UNNAMED -J--add-exports=java.base/jdk.internal.foreign.layout=ALL-UNNAMED -J--add-exports=java.base/jdk.internal.foreign=ALL-UNNAMED -J--enable-native-access=ALL-UNNAMED -J--enable-preview" \
COMPILE_R7RS=${SCHEME} \
compile-r7rs -I . -I /usr/local/share/kawa/lib -o ${TEST} ${TEST}.scm
cd tmp/test && LD_LIBRARY_PATH=. ./${TEST}
cd tmp/test && \
LD_LIBRARY_PATH=. \
GUILE_AUTO_COMPILE=0 \
./${TEST}
test-compile-r7rs-snow: tmp/test/libtest.o tmp/test/libtest.so tmp/test/libtest.a
cp tests/*.scm tmp/test/