X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=base64.asd;h=f4b32d811727d35176c03e0a8c0d4921f56b20c5;hp=a26db954e1e5eba5d8d4ad1965616751e3ed0e69;hb=ea86d529b888eaf0d3add0e22b87f2655d7a08a2;hpb=90fa8d68b0f3ab59ccba908ca084e4959e0a2cc7 diff --git a/base64.asd b/base64.asd index a26db95..f4b32d8 100644 --- a/base64.asd +++ b/base64.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Dec 2002 ;;;; -;;;; $Id: base64.asd,v 1.16 2003/04/15 16:08:21 kevin Exp $ +;;;; $Id: base64.asd,v 1.19 2003/04/15 16:21:43 kevin Exp $ ;;;; ************************************************************************* (in-package :asdf) @@ -29,7 +29,7 @@ (pushnew :base64 cl:*features*)) ;; depends-on only needed for test-op - :depends-on (:kmrcl :tester) + :depends-on (:kmrcl) :components ((:file "package") @@ -39,5 +39,5 @@ )) (defmethod perform ((o test-op) (c (eql (find-system :base64)))) - (or (funcall (intern (symbol-name #:test-base64) (find-package 'base64))) + (or (funcall (intern (symbol-name '#:test-base64) (find-package 'base64-test))) (error "test-op failed")))