common-lisp.net
/
projects/cffi/cffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
098570c
)
Load cffi-libffi and do FSBV tests in cffi-tests
author
Liam M. Healy
<lhealy@common-lisp.net>
Mon, 14 May 2012 13:18:36 +0000 (09:18 -0400)
committer
Liam M. Healy
<lhealy@common-lisp.net>
Mon, 14 May 2012 13:18:36 +0000 (09:18 -0400)
cffi-tests.asd
patch
|
blob
|
blame
|
history
diff --git
a/cffi-tests.asd
b/cffi-tests.asd
index
b6197e1
..
1a45ec4
100644
(file)
--- a/
cffi-tests.asd
+++ b/
cffi-tests.asd
@@
-57,7
+57,7
@@
(defsystem cffi-tests
:description "Unit tests for CFFI."
- :depends-on (cffi bordeaux-threads #-ecl rt)
+ :depends-on (cffi-libffi bordeaux-threads #-ecl rt)
:components
((:module "tests"
:serial t
@@
-72,7
+72,7
@@
(:file "memory")
(:file "strings")
(:file "struct")
- #+fsbv (:file "fsbv")
+ (:file "fsbv")
(:file "union")
(:file "enum")
(:file "misc-types")