source: tags/1.6.1/ci/test-cffi.lisp

Last change on this file was 15173, checked in by Mark Evenson, 4 years ago

ci: TRIVIAL-FEATURES apparently isn't declared in the CFFI-TESTS list?

File size: 117 bytes
Line 
1(require :asdf)
2(require :abcl-contrib)
3
4(ql:quickload :cffi)
5(ql:quickload :cffi-tests)
6
7(asdf:test-system :cffi)
8
9
Note: See TracBrowser for help on using the repository browser.