From: Kevin M. Rosenberg Date: Tue, 15 Apr 2003 15:44:07 +0000 (+0000) Subject: r4482: Auto commit for Debian build X-Git-Tag: v3.3.2~39 X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=commitdiff_plain;h=200b860fa4d3b14ade0fb50923c716cd6d9f73f7 r4482: Auto commit for Debian build --- diff --git a/base64-tests.lisp b/base64-tests.lisp index 3b7ec4a..821165e 100644 --- a/base64-tests.lisp +++ b/base64-tests.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Jan 2003 ;;;; -;;;; $Id: base64-tests.lisp,v 1.1 2003/04/15 15:34:43 kevin Exp $ +;;;; $Id: base64-tests.lisp,v 1.2 2003/04/15 15:44:07 kevin Exp $ ;;;; ************************************************************************* (in-package :cl-user) @@ -18,6 +18,7 @@ (in-package #:base64-test) (defun test-base64 () + (setq *break-on-test-failures* t) (with-tests (:name "cl-base64 tests") (do* ((length 0 (+ 3 length)) (string (make-string length) (make-string length)) diff --git a/base64.asd b/base64.asd index 61be9f6..bccf6b4 100644 --- a/base64.asd +++ b/base64.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Dec 2002 ;;;; -;;;; $Id: base64.asd,v 1.6 2003/04/15 15:37:44 kevin Exp $ +;;;; $Id: base64.asd,v 1.7 2003/04/15 15:39:26 kevin Exp $ ;;;; ************************************************************************* (in-package :asdf) @@ -28,7 +28,7 @@ :perform (load-op :after (op base64) (pushnew :base64 cl:*features*)) - :depends-on (:kmrcl) ;; only for test-op + :depends-on (:kmrcl :tester) ;; only for test-op :components ((:file "package")