X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=base64-tests.lisp;h=f12a8ff8e9e58768e1135a6bc164c02406a00823;hb=28e856fea59489fd4ec5d08c073d0a643313e622;hp=3b7ec4a22e1b090e1a58977b638c7bd170a46265;hpb=0e74ef4c46d71c9e8ece1f0c9c185d4abbb06f44;p=cl-base64.git diff --git a/base64-tests.lisp b/base64-tests.lisp index 3b7ec4a..f12a8ff 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.4 2003/04/15 15:53:38 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)) @@ -58,7 +59,8 @@ (if (zerop columns) nil columns))) - :test #'string=)))))) + :test #'string=))))) + t) (defun time-routines () @@ -72,4 +74,4 @@ (time-iterations n (excl:usb8-array-to-base64-string usb8)))) -;;#+run-test (test-base64) +;;(test-base64)