X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=kmrcl-tests.asd;h=da7de493daeed6e0e9c086107fea166385cf8c4a;hp=0f486bacfbb432b9dd9ee876a4f53b10ab851262;hb=90225d9ba12f7a9116bcc923afdaf6e76a8c6728;hpb=2359ec8676836fb4a99ea8c9450fadd35a3d248f diff --git a/kmrcl-tests.asd b/kmrcl-tests.asd index 0f486ba..da7de49 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.2 2003/05/08 19:19:08 kevin Exp $ +;;;; $Id$ ;;;; ************************************************************************* (defpackage #:kmrcl-tests-system @@ -19,7 +19,7 @@ :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")))