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