Update of /project/climacs/cvsroot/climacs In directory common-lisp.net:/tmp/cvs-serv32470
Modified Files: climacs.asd buffer-test.lisp Added Files: base-test.lisp Log Message: Tests for previous-line and next-line in combination with standard buffer and mark.
Date: Thu Jan 20 15:21:53 2005 Author: abakic
Index: climacs/climacs.asd diff -u climacs/climacs.asd:1.12 climacs/climacs.asd:1.13 --- climacs/climacs.asd:1.12 Sat Jan 15 15:23:45 2005 +++ climacs/climacs.asd Thu Jan 20 15:21:52 2005 @@ -62,7 +62,8 @@ "gui" ;;---- optional ---- "testing/rt" - "buffer-test") + "buffer-test" + "base-test")
#+asdf (defmethod asdf:perform :around ((o asdf:compile-op)
Index: climacs/buffer-test.lisp diff -u climacs/buffer-test.lisp:1.7 climacs/buffer-test.lisp:1.8 --- climacs/buffer-test.lisp:1.7 Wed Jan 19 17:22:19 2005 +++ climacs/buffer-test.lisp Thu Jan 20 15:21:52 2005 @@ -4,7 +4,7 @@ ;;;
(cl:defpackage :climacs-tests - (:use :rtest :climacs-buffer :cl)) + (:use :cl :rtest :climacs-buffer :climacs-base))
(cl:in-package :climacs-tests)