Update domain name to kpe.io
[lml2.git] / lml2-tests.asd
index 9d220bae9d4e6e51d179975b1b2719c104402808..1a1a603ea68719b05f978e2e7258aa8cd99c4410 100644 (file)
@@ -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)