X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=kmrcl-tests.asd;h=2999c2664420f23527f9030bdd606b0a327d79dc;hp=8f5a4464b6110a3a183fede74879418d542ae732;hb=a377884abb0f3f36a67d335214bf2936b7c32070;hpb=aa610805927518a648eb0da6a8713cd0a83337df diff --git a/kmrcl-tests.asd b/kmrcl-tests.asd index 8f5a446..2999c26 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.3 2003/06/06 21:59:29 kevin Exp $ ;;;; ************************************************************************* (defpackage #:kmrcl-tests-system @@ -16,9 +16,10 @@ (defsystem kmrcl-tests :depends-on (:rt :kmrcl) - :components ((:file "tests"))) + :components + ((:file "tests"))) -(defmethod perform ((o test-op) (c (eql (find-system :kmrcl-tests)))) +(defmethod perform ((o test-op) (c (eql (find-system 'kmrcl-tests)))) (or (funcall (intern (symbol-name '#:do-tests) (find-package '#:regression-test))) (error "test-op failed")))