fosskers opened this issue 10 months ago · 1 comments
Hi. Current, the ASD file contains this line in the main system:
:in-order-to ((test-op (test-op lisp-stat/tests)))
However, this breaks (asdf:test-system :lisp-stat), as the test system itself has #+ignore over it.
(asdf:test-system :lisp-stat)
#+ignore
Fixed in bb63219