[funds-cvs] r54 - trunk/funds/tests

abaine at common-lisp.net abaine at common-lisp.net
Wed Jul 4 19:08:37 UTC 2007


Author: abaine
Date: Wed Jul  4 15:08:37 2007
New Revision: 54

Modified:
   trunk/funds/tests/funds-tests.asd
Log:
Changed funds-tests.asd to reflect change in package structure.

Modified: trunk/funds/tests/funds-tests.asd
==============================================================================
--- trunk/funds/tests/funds-tests.asd	(original)
+++ trunk/funds/tests/funds-tests.asd	Wed Jul  4 15:08:37 2007
@@ -10,9 +10,9 @@
 
 (defsystem funds-tests
   :serial t
-  :components ((:module trees
+  :components ((:file "package")
+	       (:module trees
 			:serial t
-			:components ((:file "package")
-				     (:file "avl-tree-test"))))
+			:components ((:file "avl-tree-test"))))
   :depends-on (:funds
 	       :lisp-unit))



More information about the Funds-cvs mailing list