Add unit testing framework using RT.
commitb1f81eeea45a01c087674a8d9df91ab9ac1b231e
authorjbielman <sionescu@cddr.org>
Sat, 11 Jun 2005 05:26:54 +0000 (11 13:26 +0800)
committerjbielman <sionescu@cddr.org>
Sat, 11 Jun 2005 05:26:54 +0000 (11 13:26 +0800)
tree3455d9aa6cb915d23caa612f89e9ff1c9468e426
parent1c68b348bf7afca11ae65f06f2a9f6209534e891
Add unit testing framework using RT.
Add unit testing framework using RT.
Lots of manual and CFFI-SYS updates.
Add passing a double float to sprintf in examples.lisp.
Update the syntax of the nested structure example.
Add the INC-PTR function to the CFFI-SYS backends.
Add the shareable byte vector interface to the CFFI-SYS backends.
Started writing support for aggregate structure slots.  Not used yet.
17 files changed:
Makefile
cffi-tests.asd
doc/cffi-sys-specification.html
doc/manual.html
examples/examples.lisp
src/cffi-clisp.lisp
src/cffi-cmucl.lisp
src/cffi-openmcl.lisp
src/cffi-sbcl.lisp
src/early-types.lisp
src/package.lisp
src/types.lisp
tests/funcall.lisp
tests/memory.lisp [copied from tests/run-tests.lisp with 69% similarity]
tests/package.lisp
tests/run-tests.lisp
tests/struct-tests.lisp