Skip to content
Snippets Groups Projects
Commit 200b860f authored by Kevin M. Rosenberg's avatar Kevin M. Rosenberg
Browse files

r4482: Auto commit for Debian build

parent b43849d2
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;;; Programmer: Kevin M. Rosenberg ;;;; Programmer: Kevin M. Rosenberg
;;;; Date Started: Jan 2003 ;;;; Date Started: Jan 2003
;;;; ;;;;
;;;; $Id: base64-tests.lisp,v 1.1 2003/04/15 15:34:43 kevin Exp $ ;;;; $Id: base64-tests.lisp,v 1.2 2003/04/15 15:44:07 kevin Exp $
;;;; ************************************************************************* ;;;; *************************************************************************
(in-package :cl-user) (in-package :cl-user)
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
(in-package #:base64-test) (in-package #:base64-test)
(defun test-base64 () (defun test-base64 ()
(setq *break-on-test-failures* t)
(with-tests (:name "cl-base64 tests") (with-tests (:name "cl-base64 tests")
(do* ((length 0 (+ 3 length)) (do* ((length 0 (+ 3 length))
(string (make-string length) (make-string length)) (string (make-string length) (make-string length))
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;;; Programmer: Kevin M. Rosenberg ;;;; Programmer: Kevin M. Rosenberg
;;;; Date Started: Dec 2002 ;;;; Date Started: Dec 2002
;;;; ;;;;
;;;; $Id: base64.asd,v 1.6 2003/04/15 15:37:44 kevin Exp $ ;;;; $Id: base64.asd,v 1.7 2003/04/15 15:39:26 kevin Exp $
;;;; ************************************************************************* ;;;; *************************************************************************
(in-package :asdf) (in-package :asdf)
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
:perform (load-op :after (op base64) :perform (load-op :after (op base64)
(pushnew :base64 cl:*features*)) (pushnew :base64 cl:*features*))
:depends-on (:kmrcl) ;; only for test-op :depends-on (:kmrcl :tester) ;; only for test-op
:components :components
((:file "package") ((:file "package")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment