[funds-cvs] r84 - trunk/funds/tests
abaine at common-lisp.net
abaine at common-lisp.net
Wed Jul 11 15:19:43 UTC 2007
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))
More information about the Funds-cvs
mailing list