pffi-define-library works on Guile and Kawa now

This commit is contained in:
retropikzel 2025-03-22 18:52:48 +02:00
parent 2ff726127c
commit 75405a3135
1 changed files with 2 additions and 2 deletions

View File

@ -49,11 +49,11 @@ libtest.a: libtest.o src/libtest.c
ar rcs libtest.a libtest.o
test-interpreter-compliance: tests/libtest.so
SCHEME=${SCHEME} script-r7rs -I . tests/compliance.scm
SCHEME=${SCHEME} script-r7rs -I . -I .. tests/compliance.scm
test-interpreter-compliance-docker:
docker build -f dockerfiles/test . --build-arg SCHEME=${SCHEME} --tag=pffi-${SCHEME}
docker run -v ${PWD}:/workdir pffi-${SCHEME} bash -c "cd /workdir && SCHEME=${SCHEME} script-r7rs -I . tests/compliance.scm"
docker run -v ${PWD}:/workdir pffi-${SCHEME} bash -c "cd /workdir && SCHEME=${SCHEME} script-r7rs -I . -I .. tests/compliance.scm"
test-compile-library: tests/libtest.so libtest.a libtest.o
SCHEME=${SCHEME} compile-r7rs-library retropikzel/pffi.sld