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