[mcclim-cvs] CVS mcclim
thenriksen
thenriksen at common-lisp.net
Wed Aug 15 10:03:32 UTC 2007
Update of /project/mcclim/cvsroot/mcclim
In directory clnet:/tmp/cvs-serv25734
Modified Files:
mcclim.asd
Log Message:
Revamped the Drei test suite infrastructure slightly.
--- /project/mcclim/cvsroot/mcclim/mcclim.asd 2007/08/13 21:58:46 1.57
+++ /project/mcclim/cvsroot/mcclim/mcclim.asd 2007/08/15 10:03:32 1.58
@@ -327,10 +327,10 @@
"cl-automaton"
:depends-on ("testing")
:components
- ((:file "eqv-hash-tests")
- (:file "state-and-transition-tests")
- (:file "automaton-tests")
- (:file "regexp-tests")))
+ ((:file "automaton-tests")
+ (:file "state-and-transition-tests" :depends-on ("automaton-tests"))
+ (:file "eqv-hash-tests" :depends-on ("automaton-tests"))
+ (:file "regexp-tests" :depends-on ("automaton-tests"))))
(:file "packages")
(:file "testing" :depends-on ("packages"))
(:file "buffer-tests" :depends-on ("testing"))
More information about the Mcclim-cvs
mailing list