r4494: Auto commit for Debian build
[cl-base64.git] / base64-tests.lisp
index f12a8ff8e9e58768e1135a6bc164c02406a00823..eb37fece92c556952a954d8a59b7b4bd123a47ae 100644 (file)
@@ -7,13 +7,13 @@
 ;;;; 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.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)
 
@@ -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)