src/Makefile.in: Punt $(FFIS) and build-ffis target.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Sat, 7 Sep 2013 04:33:06 +0000 (21:33 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Sat, 7 Sep 2013 04:33:06 +0000 (21:33 -0700)
commitf4d45738bef8ceab8178ecc67c76844008c4d84e
tree60952cfddbc735991eb2fb5a466602296785b329
parent14d0341983c5f9832285b6b8e264078ca3cc9122
src/Makefile.in: Punt $(FFIS) and build-ffis target.

Moved the test wrapper to tests/ffi/ though it is still commented out
of tests/check.scm.
src/Makefile.in
src/configure.ac
src/etc/make-liarc.sh
src/ffi/Makefile-fragment
tests/ffi/Makefile [new file with mode: 0644]
tests/ffi/ffi-test.c [moved from src/ffi/ffi-test.c.stay with 100% similarity]
tests/ffi/ffi-test.cdecl [moved from src/ffi/ffi-test.cdecl with 100% similarity]
tests/ffi/ffi-test.h [moved from src/ffi/ffi-test.h with 100% similarity]
tests/ffi/test-ffi-wrapper.scm
tests/ffi/test-ffi.scm