From 7d0ab043a275384628500fcbeb430c93279c134e Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Sun, 10 Feb 2013 16:37:18 +0900 Subject: [PATCH] initial ffi tests --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index e0451a35..bb2e685e 100644 --- a/Makefile +++ b/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