source: tags/1.7.0/ci/test-ironclad.lisp

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

ci: run the IRONCLAD tests

This shakes down our vector implementation; showcases how slow
unoptimized-for-abcl IRONCLAD code can be.

File size: 87 bytes
Line 
1(ql:quickload :ironclad)
2(ql:quickload :ironclad/tests)
3
4(asdf:test-system :ironclad)
5
Note: See TracBrowser for help on using the repository browser.