source: trunk/abcl/ci/test-abcl-contrib.lisp

Last change on this file was 15694, checked in by Mark Evenson, 12 months ago

ci: fix initialization of abcl-contrib test

File size: 236 bytes
Line 
1(require :asdf)
2(require :abcl-contrib)
3(asdf:make :quicklisp-abcl)
4
5(dolist (system '(:jss-tests :asdf-jar-test))
6  (unless
7      (ignore-errors (asdf:make system))
8    (ql:quickload system))
9  (time 
10   (asdf:test-system system)))
11
12
13
Note: See TracBrowser for help on using the repository browser.