X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=base64-tests.lisp;h=c9bcb6fe0015892c191d0acc36ea35299f8b6775;hb=2dadf830f6fc75a06fe5dd0cddba43bcd690b593;hp=f12a8ff8e9e58768e1135a6bc164c02406a00823;hpb=28e856fea59489fd4ec5d08c073d0a643313e622;p=cl-base64.git diff --git a/base64-tests.lisp b/base64-tests.lisp index f12a8ff..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.4 2003/04/15 15:53:38 kevin Exp $ +;;;; $Id: base64-tests.lisp,v 1.5 2003/04/15 15:55:52 kevin Exp $ ;;;; ************************************************************************* (in-package :cl-user) @@ -73,5 +73,5 @@ (time-iterations n (string-to-base64-string str)) (time-iterations n (excl:usb8-array-to-base64-string usb8)))) - +(export 'test-base64) ;;(test-base64)