X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=base64-tests.lisp;h=eb37fece92c556952a954d8a59b7b4bd123a47ae;hp=821165ed2b8a5eb05d91548d4f5e629fc4a5cd7f;hb=cfd2e9d2c46a97f605d2e7162f6c7cbf4fd7f0fd;hpb=200b860fa4d3b14ade0fb50923c716cd6d9f73f7 diff --git a/base64-tests.lisp b/base64-tests.lisp index 821165e..eb37fec 100644 --- a/base64-tests.lisp +++ b/base64-tests.lisp @@ -7,13 +7,13 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Jan 2003 ;;;; -;;;; $Id: base64-tests.lisp,v 1.2 2003/04/15 15:44:07 kevin Exp $ +;;;; $Id: base64-tests.lisp,v 1.7 2003/04/15 16:12:01 kevin Exp $ ;;;; ************************************************************************* (in-package :cl-user) (defpackage #:base64-test - (:use #:cl #:kmrcl #:base64 #:util.test)) + (:use #:cl #:kmrcl #:base64 #:util.test)) (in-package #:base64-test) @@ -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)))) - -;;#+run-test (test-base64) +(export 'test-base64) +;;(test-base64)