Author: abaine Date: Wed Jul 11 11:19:42 2007 New Revision: 84
Modified: trunk/funds/tests/funds-tests.asd Log: dependency on lisp-unit changed to the file instead of the system.
Modified: trunk/funds/tests/funds-tests.asd ============================================================================== --- trunk/funds/tests/funds-tests.asd (original) +++ trunk/funds/tests/funds-tests.asd Wed Jul 11 11:19:42 2007 @@ -25,9 +25,9 @@
(defsystem funds-tests :serial t - :components ((:file "package") + :components ((:file "lisp-unit") + (:file "package") (:module trees :serial t :components ((:file "avl-tree-test")))) - :depends-on (:funds - :lisp-unit)) + :depends-on (:funds))