[mcclim-cvs] CVS mcclim/Drei/Tests/cl-automaton

thenriksen thenriksen at common-lisp.net
Wed Aug 15 10:03:32 UTC 2007


Update of /project/mcclim/cvsroot/mcclim/Drei/Tests/cl-automaton
In directory clnet:/tmp/cvs-serv25734/Drei/Tests/cl-automaton

Modified Files:
	state-and-transition-tests.lisp regexp-tests.lisp 
	eqv-hash-tests.lisp automaton-tests.lisp 
Log Message:
Revamped the Drei test suite infrastructure slightly.


--- /project/mcclim/cvsroot/mcclim/Drei/Tests/cl-automaton/state-and-transition-tests.lisp	2006/12/04 07:54:51	1.1
+++ /project/mcclim/cvsroot/mcclim/Drei/Tests/cl-automaton/state-and-transition-tests.lisp	2007/08/15 10:03:31	1.2
@@ -23,7 +23,7 @@
 (cl:in-package :drei-tests)
 
 (def-suite state-and-transition-tests :description "The test
-suite for CL-AUTOMATON state-and-transition related tests.")
+suite for CL-AUTOMATON state-and-transition related tests." :in automaton-tests)
 
 (in-suite state-and-transition-tests)
 
--- /project/mcclim/cvsroot/mcclim/Drei/Tests/cl-automaton/regexp-tests.lisp	2006/12/04 07:54:51	1.1
+++ /project/mcclim/cvsroot/mcclim/Drei/Tests/cl-automaton/regexp-tests.lisp	2007/08/15 10:03:32	1.2
@@ -23,7 +23,7 @@
 (cl:in-package :drei-tests)
 
 (def-suite regexp-tests :description "The test suite for
-CL-AUTOMATON regexp related tests.")
+CL-AUTOMATON regexp related tests." :in automaton-tests)
 
 (in-suite regexp-tests)
 
--- /project/mcclim/cvsroot/mcclim/Drei/Tests/cl-automaton/eqv-hash-tests.lisp	2006/12/04 07:54:51	1.1
+++ /project/mcclim/cvsroot/mcclim/Drei/Tests/cl-automaton/eqv-hash-tests.lisp	2007/08/15 10:03:32	1.2
@@ -23,7 +23,7 @@
 (cl:in-package :drei-tests)
 
 (def-suite eqv-hash-tests :description "The test suite for
-CL-AUTOMATON eqv-hash related tests.")
+CL-AUTOMATON eqv-hash related tests." :in automaton-tests)
 
 (in-suite eqv-hash-tests)
 
--- /project/mcclim/cvsroot/mcclim/Drei/Tests/cl-automaton/automaton-tests.lisp	2006/12/04 07:54:51	1.1
+++ /project/mcclim/cvsroot/mcclim/Drei/Tests/cl-automaton/automaton-tests.lisp	2007/08/15 10:03:32	1.2
@@ -23,7 +23,7 @@
 (cl:in-package :drei-tests)
 
 (def-suite automaton-tests :description "The test suite for
-CL-AUTOMATON related tests.")
+CL-AUTOMATON related tests." :in drei-tests)
 
 (in-suite automaton-tests)
 




More information about the Mcclim-cvs mailing list