[cells-cvs] CVS update: cell-cultures/cells/cells-test.asd
Thomas F. Burdick
tburdick at common-lisp.net
Wed Jun 30 20:56:36 UTC 2004
Update of /project/cells/cvsroot/cell-cultures/cells
In directory common-lisp.net:/tmp/cvs-serv19449/cells
Modified Files:
cells-test.asd
Log Message:
Fixes from porting to CMUCL:
* Fixed a serialization bug in asdf-aclproj.
* Cleaned up defpackage forms.
* Loading cells-test with asdf now runs the tests in an :after method.
Date: Wed Jun 30 13:56:36 2004
Author: tburdick
Index: cell-cultures/cells/cells-test.asd
diff -u cell-cultures/cells/cells-test.asd:1.1 cell-cultures/cells/cells-test.asd:1.2
--- cell-cultures/cells/cells-test.asd:1.1 Tue Jun 29 18:08:33 2004
+++ cell-cultures/cells/cells-test.asd Wed Jun 30 13:56:36 2004
@@ -18,3 +18,6 @@
:long-description "Informatively-commented regression tests for Cells"
:serial t
:components ((lpr-project-file "cells-test")))
+
+(defmethod perform :after ((op load-op) (system (eql (find-system :cells-test))))
+ (cells::cv-test))
\ No newline at end of file
More information about the Cells-cvs
mailing list