Making tests work

This commit is contained in:
retropikzel 2025-07-20 08:16:01 +03:00
parent eff27fc1be
commit cb3f5e5d2a
2 changed files with 2 additions and 3 deletions

View File

@ -110,7 +110,7 @@ ${TMPDIR}:
mkdir -p ${TMPDIR} mkdir -p ${TMPDIR}
README.html: README.md README.html: README.md
pandoc -f README.md > README.html pandoc --metadata title="Foreign C" --standalone README.md > README.html
chibi: foreign/c/primitives/chibi/foreign-c.stub chibi: foreign/c/primitives/chibi/foreign-c.stub
chibi-ffi foreign/c/primitives/chibi/foreign-c.stub chibi-ffi foreign/c/primitives/chibi/foreign-c.stub

View File

@ -1,8 +1,7 @@
# foreign-c # foreign-c
foreign-c is a C foreign function interface (FFI) library for R7RS Schemes. It foreign-c is a C foreign function interface (FFI) library for R7RS Schemes. It
is portable in the sense that it supports multiple implementations, as opposed is portable in the sense that it supports multiple implementations.
to being portable by conforming to some specification.
[Issue tracker](https://sr.ht/~retropikzel/foreign-c/trackers) [Issue tracker](https://sr.ht/~retropikzel/foreign-c/trackers)