diff options
author | Jeffrey Straszheim <straszheimjeffrey@gmail.com> | 2009-02-24 00:54:22 +0000 |
---|---|---|
committer | Jeffrey Straszheim <straszheimjeffrey@gmail.com> | 2009-02-24 00:54:22 +0000 |
commit | f39ba0971524b94189b3bcf007170d5a7e9e6643 (patch) | |
tree | d06f2d4f031731704aaad77bf8b19314c14c76f5 /src/clojure/contrib/test_contrib.clj | |
parent | ead07c55ae50417a912180a1b6b81d5a2171668d (diff) |
Began graph module
Diffstat (limited to 'src/clojure/contrib/test_contrib.clj')
-rw-r--r-- | src/clojure/contrib/test_contrib.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/test_contrib.clj b/src/clojure/contrib/test_contrib.clj index 7e3e86b7..d3774b4a 100644 --- a/src/clojure/contrib/test_contrib.clj +++ b/src/clojure/contrib/test_contrib.clj @@ -15,7 +15,7 @@ (ns clojure.contrib.test-contrib (:use clojure.contrib.test-is)) -(def tests [:str-utils :shell-out]) +(def tests [:str-utils :shell-out :test-graph]) (defn test-name [test] |