From 3142c5d36a39992ae73c022721838ae1bf81b033 Mon Sep 17 00:00:00 2001
From: "Kevin M. Rosenberg" <kevin@rosenberg.net>
Date: Tue, 15 Apr 2003 15:51:03 +0000
Subject: [PATCH] r4484: Auto commit for Debian build

---
 base64-tests.lisp | 4 ++--
 base64.asd        | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/base64-tests.lisp b/base64-tests.lisp
index 821165e..fc576bc 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.2 2003/04/15 15:44:07 kevin Exp $
+;;;; $Id: base64-tests.lisp,v 1.3 2003/04/15 15:51:03 kevin Exp $
 ;;;; *************************************************************************
 
 (in-package :cl-user)
@@ -73,4 +73,4 @@
     (time-iterations n (excl:usb8-array-to-base64-string usb8))))
 
       
-;;#+run-test (test-base64)
+(test-base64)
diff --git a/base64.asd b/base64.asd
index a27bf2c..1f0bc03 100644
--- a/base64.asd
+++ b/base64.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Dec 2002
 ;;;;
-;;;; $Id: base64.asd,v 1.8 2003/04/15 15:44:07 kevin Exp $
+;;;; $Id: base64.asd,v 1.9 2003/04/15 15:51:03 kevin Exp $
 ;;;; *************************************************************************
 
 (in-package :asdf)
@@ -29,7 +29,7 @@
 	    (pushnew :base64 cl:*features*))
 
   ;; depends-on only needed for test-op
-  :depends-on (:kmrcl #-allegro :tester) 
+  :depends-on (:kmrcl :tester) 
   
   :components
   ((:file "package")
@@ -38,5 +38,5 @@
    ))
 
 (defmethod perform ((o test-op) (c (eql (find-system :base64))))
-  (or (load (compile-file "base64-tests.lisp"))
-         (error "test-op failed")))
+  (or (load "base64-tests.lisp")
+      (error "test-op failed")))
-- 
GitLab