X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=base64.asd;h=81a054cf5b4aa090ec3230014aae5cef989d0a8f;hp=058c33c3487a972540112d9ca33b2bb7c49f7a01;hb=7d76d1142827c15ab0a735b10ebb7b2a20127d98;hpb=2dadf830f6fc75a06fe5dd0cddba43bcd690b593 diff --git a/base64.asd b/base64.asd index 058c33c..81a054c 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.13 2003/04/15 16:02:21 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")))