diff --git a/cffi-tests.asd b/cffi-tests.asd index b6197e19c3e120168d9d323d0aa53258a32c4dba..1a45ec494caf775e0ae6b9f3f4065dcc0e5ba252 100644 --- 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")