X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=2%2Flml2-tests.asd;h=1a1a603ea68719b05f978e2e7258aa8cd99c4410;hb=e857c0c9ec3a2a1564300f0be3bc5aca88f2cd66;hp=9d220bae9d4e6e51d179975b1b2719c104402808;hpb=b2e27d22e4901acfffac824ea15679edf14c6ec9;p=lml.git diff --git a/2/lml2-tests.asd b/2/lml2-tests.asd index 9d220ba..1a1a603 100644 --- a/2/lml2-tests.asd +++ b/2/lml2-tests.asd @@ -16,8 +16,8 @@ (defsystem lml2-tests :depends-on (:rt :lml2) - :components - ((:file "tests"))) + :in-order-to ((test-op (load-op lml2-tests))) + :components ((:file "tests"))) (defmethod perform ((o test-op) (c (eql (find-system 'lml2-tests)))) (or (funcall (intern (symbol-name '#:do-tests)