Split out moptilities and dynamic-classes requirements into system-connections
[cl-graph.git] / cl-graph-test.asd
index b5532ed..83c980c 100644 (file)
@@ -23,7 +23,6 @@
                :components
                ((:file "test-graph-container")
                 (:file "test-connected-components")
-                (:file "test-graph-metrics")
                 ;;(:file "test-graph-algorithms")
                 (:file "test-api")
                 ))
                :components
                ((:static-file "notes.text"))))
   :depends-on (:cl-graph :lift))
+
+;; 2008-09-24 - I don't know if this will work or not 
+;; i.e., will it happen at the right time wrt everything else
+#+asdf-system-connections
+(asdf:defsystem-connection cl-graph-test-and-cl-mathstats
+  :requires (cl-graph moptilities)
+  :components ((:module 
+               "unit-tests"
+               :components
+               ((:file "test-graph-metrics")))))