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

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

ci: need PROVE present to load abcl.asd

File size: 139 bytes
Line 
1(require :asdf)
2
3(ql:quickload :prove) ;; FIXME shouldn't need this
4(asdf:load-system :abcl/test/lisp)
5
6(asdf:test-system :abcl/test/lisp)
Note: See TracBrowser for help on using the repository browser.