[funds-cvs] r17 - trunk/funds/src

abaine at common-lisp.net abaine at common-lisp.net
Fri Jun 15 18:30:16 UTC 2007


Author: abaine
Date: Fri Jun 15 14:30:15 2007
New Revision: 17

Modified:
   trunk/funds/src/funds.asd
Log:
Rewrote defsystem form to account for changed directory structure

Modified: trunk/funds/src/funds.asd
==============================================================================
--- trunk/funds/src/funds.asd	(original)
+++ trunk/funds/src/funds.asd	Fri Jun 15 14:30:15 2007
@@ -13,8 +13,12 @@
   :components ((:module trees
 			:serial t
 			:components ((:file "package") 
-				     (:file "avl-tree")
-				     (:module "tests"
+				     (:file "avl-tree")))
+	       
+	       (:module tests
+			:serial t
+			:components ((:module trees
+					      :serial t
 					      :components ((:file "package")
 							   (:file "avl-tree-test")))))
 	       (:file "package"))



More information about the Funds-cvs mailing list