X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=base64-tests.lisp;h=c9bcb6fe0015892c191d0acc36ea35299f8b6775;hp=fc576bcbf776c1d354bce21465be64fcc2973717;hb=3771e78939bb92664c2e3064256eb9dd1650be3b;hpb=3142c5d36a39992ae73c022721838ae1bf81b033 diff --git a/base64-tests.lisp b/base64-tests.lisp index fc576bc..c9bcb6f 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.3 2003/04/15 15:51:03 kevin Exp $ +;;;; $Id: base64-tests.lisp,v 1.5 2003/04/15 15:55:52 kevin Exp $ ;;;; ************************************************************************* (in-package :cl-user) @@ -59,7 +59,8 @@ (if (zerop columns) nil columns))) - :test #'string=)))))) + :test #'string=))))) + t) (defun time-routines () @@ -72,5 +73,5 @@ (time-iterations n (string-to-base64-string str)) (time-iterations n (excl:usb8-array-to-base64-string usb8)))) - -(test-base64) +(export 'test-base64) +;;(test-base64)