aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/test_contrib.clj
diff options
context:
space:
mode:
authorJeffrey Straszheim <straszheimjeffrey@gmail.com>2009-02-24 00:54:22 +0000
committerJeffrey Straszheim <straszheimjeffrey@gmail.com>2009-02-24 00:54:22 +0000
commitf39ba0971524b94189b3bcf007170d5a7e9e6643 (patch)
treed06f2d4f031731704aaad77bf8b19314c14c76f5 /src/clojure/contrib/test_contrib.clj
parentead07c55ae50417a912180a1b6b81d5a2171668d (diff)
Began graph module
Diffstat (limited to 'src/clojure/contrib/test_contrib.clj')
-rw-r--r--src/clojure/contrib/test_contrib.clj2
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]