mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-14 00:17:33 +02:00
initial ffi tests
This commit is contained in:
parent
9e4ce16aa2
commit
7d0ab043a2
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -167,6 +167,9 @@ test-memory: chibi-scheme-ulimit$(EXE)
|
|||
test-build:
|
||||
MAKE=$(MAKE) ./tests/build/build-tests.sh
|
||||
|
||||
test-ffi: chibi-scheme$(EXE)
|
||||
$(CHIBI) tests/ffi/ffi-tests.scm
|
||||
|
||||
test-threads: chibi-scheme$(EXE) lib/srfi/18/threads$(SO) lib/srfi/39/param$(SO) lib/srfi/98/env$(SO) lib/chibi/ast$(SO) lib/chibi/time$(SO)
|
||||
$(CHIBI) -xscheme tests/thread-tests.scm
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue