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))