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

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

ci: hackishly quickload abcl system dependencies

File size: 140 bytes
Line 
1(require :asdf)
2
3(ql:quickload :prove) ;; FIXME
4(ql:quickload :abcl)
5
6(asdf:load-system :abcl)
7
8(asdf:test-system :abcl/test/ansi/compiled)
Note: See TracBrowser for help on using the repository browser.