Updated readme

This commit is contained in:
retropikzel 2024-07-07 10:00:15 +03:00
parent 56da9030fb
commit 8423f85a70
1 changed files with 4 additions and 1 deletions

View File

@ -82,7 +82,10 @@ Got a [question](https://codeberg.org/r7rs-pffi/pffi/projects/9575)?
## Hacking
main.sld is the real main which is copied to main.scm
- main.sld is the real main which is copied to main.scm
- You will need to have [scheme_testrunner](https://git.sr.ht/~retropikzel/scheme-testrunner)
installed to run tests on large scale
- You can also run them on your machine
### Pull requests
Pull requests for bug fixes, additional implementation support and additional tests are appreciated.