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

Last change on this file was 15642, checked in by Mark Evenson, 15 months ago

ci: run MOP specializer test is part of ABCL-PROVE

File size: 147 bytes
Line 
1(ql:quickload :abcl-prove)
2
3(time 
4 (asdf:test-system :abcl-prove))
5
6(ql:quickload :closer-mop)
7(time
8 (asdf:test-system :abcl-prove/closer-mop))
9
Note: See TracBrowser for help on using the repository browser.