X-Git-Url: http://git.kpe.io/?p=lml2.git;a=blobdiff_plain;f=lml2-tests.asd;h=1a1a603ea68719b05f978e2e7258aa8cd99c4410;hp=9d220bae9d4e6e51d179975b1b2719c104402808;hb=c995e5549929046c8133e920fa022bce324042e4;hpb=e0405e6089892e5d88082bf12838b73e63440125 diff --git a/lml2-tests.asd b/lml2-tests.asd index 9d220ba..1a1a603 100644 --- a/lml2-tests.asd +++ b/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)