change display of gitweb link
[lml2.git] / lml2-tests.asd
index 50f18be3caf5832df1f9d9761d43fafff0c68eb6..1a1a603ea68719b05f978e2e7258aa8cd99c4410 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2003
 ;;;;
-;;;; $Id: lml2-tests.asd,v 1.1 2003/06/20 04:12:29 kevin Exp $
+;;;; $Id$
 ;;;; *************************************************************************
 
 (defpackage #:lml2-tests-system
@@ -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)