Skip to content
  • mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f's avatar
    Re-write the ABCL ASDF description using secondary systems · 0088b052
    Future versions of ASDF will start complaining when multiple DEFSYSTEM
    forms occupy a given file unit, but the systems named therein don't
    use the "PRIMARY[/SECONDARY..]" naming conventions.
    
    (asdf:test-system :abcl)
    Run the ABCL tests located under <file:test/lisp/abcl/>
    
    (asdf:test-system :abcl/test/ansi/compiled)
    Run the compiled version of the ANSI tests in <file:../ansi-test/>.
    
    (asdf:test-system :abcl/test/ansi/interpreted)
    Run the interpreted version of the ANSI tests in <file:../ansi-test/>.
    
    (asdf:test-system :abcl/test/cl-bench)
    Run the CL-BENCH test suite in <file:../cl-bench/>.
    0088b052