[cells-cvs] CVS cells/cells-test
ktilton
ktilton at common-lisp.net
Tue Jun 13 05:05:17 UTC 2006
Update of /project/cells/cvsroot/cells/cells-test
In directory clnet:/tmp/cvs-serv7503/cells-test
Modified Files:
test.lisp
Log Message:
Mostly make ephemerals more transparent by always rerunning rules of dependents. This is actually a bug fix, at some profound level of understanding beyond me.
--- /project/cells/cvsroot/cells/cells-test/test.lisp 2006/05/30 02:47:45 1.5
+++ /project/cells/cvsroot/cells/cells-test/test.lisp 2006/06/13 05:05:14 1.6
@@ -72,7 +72,12 @@
(defun test-cells ()
(loop for test in (reverse *cell-tests*)
do (cell-test-init test)
- (funcall test)))
+ (funcall test))
+ (print (make-string 40 :initial-element #\*))
+ (print (make-string 40 :initial-element #\*))
+ (print "*** Cells-test successfully completed **")
+ (print (make-string 40 :initial-element #\*))
+ (print (make-string 40 :initial-element #\*)))
(defun cell-test-init (name)
(print (make-string 40 :initial-element #\!))
More information about the Cells-cvs
mailing list