X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=base64.asd;h=a89a0dd64b1f94847a860edecf8ac623afaaf2f7;hp=058c33c3487a972540112d9ca33b2bb7c49f7a01;hb=016124a5823f8dd681956e02510fc0bf485b1aaf;hpb=2dadf830f6fc75a06fe5dd0cddba43bcd690b593 diff --git a/base64.asd b/base64.asd index 058c33c..a89a0dd 100644 --- a/base64.asd +++ b/base64.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Dec 2002 ;;;; -;;;; $Id: base64.asd,v 1.12 2003/04/15 15:58:33 kevin Exp $ +;;;; $Id: base64.asd,v 1.15 2003/04/15 16:05:39 kevin Exp $ ;;;; ************************************************************************* (in-package :asdf) @@ -39,5 +39,5 @@ )) (defmethod perform ((o test-op) (c (eql (find-system :base64)))) - (or (base64-test:test-base64) + (or (test-base64) (error "test-op failed")))