X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=cl-graph-test.asd;h=83c980cdad9c1474f708f3a9b50c77d55a02a1f2;hb=e1ed2db513d5c744cc1f6b0427d2550ec534edba;hp=b5532ed11f3855362b3debb9415802e15e76bbba;hpb=46dc073919f9c43c4c17059d8b6c84cc2d1729e3;p=cl-graph.git diff --git a/cl-graph-test.asd b/cl-graph-test.asd index b5532ed..83c980c 100644 --- a/cl-graph-test.asd +++ b/cl-graph-test.asd @@ -23,7 +23,6 @@ :components ((:file "test-graph-container") (:file "test-connected-components") - (:file "test-graph-metrics") ;;(:file "test-graph-algorithms") (:file "test-api") )) @@ -33,3 +32,13 @@ :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")))))