From: Kevin M. Rosenberg Date: Tue, 15 Apr 2003 15:58:33 +0000 (+0000) Subject: r4488: Auto commit for Debian build X-Git-Tag: v3.3.2~34 X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=commitdiff_plain;h=2dadf830f6fc75a06fe5dd0cddba43bcd690b593 r4488: Auto commit for Debian build --- 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")))