X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=kmrcl-tests.asd;fp=kmrcl-tests.asd;h=0f486bacfbb432b9dd9ee876a4f53b10ab851262;hp=8f5a4464b6110a3a183fede74879418d542ae732;hb=2359ec8676836fb4a99ea8c9450fadd35a3d248f;hpb=0e37bb279e050a6a5afe049dff75cd46d3016290 diff --git a/kmrcl-tests.asd b/kmrcl-tests.asd index 8f5a446..0f486ba 100644 --- a/kmrcl-tests.asd +++ b/kmrcl-tests.asd @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2003 ;;;; -;;;; $Id: kmrcl-tests.asd,v 1.1 2003/04/28 21:12:27 kevin Exp $ +;;;; $Id: kmrcl-tests.asd,v 1.2 2003/05/08 19:19:08 kevin Exp $ ;;;; ************************************************************************* (defpackage #:kmrcl-tests-system @@ -16,7 +16,8 @@ (defsystem kmrcl-tests :depends-on (:rt :kmrcl) - :components ((:file "tests"))) + :components + ((:file "tests"))) (defmethod perform ((o test-op) (c (eql (find-system :kmrcl-tests)))) (or (funcall (intern (symbol-name '#:do-tests)