diff options
author | Stuart Halloway <stu@thinkrelevance.com> | 2009-04-05 14:21:52 +0000 |
---|---|---|
committer | Stuart Halloway <stu@thinkrelevance.com> | 2009-04-05 14:21:52 +0000 |
commit | 57571874b35cd8df77ccdc96a4e158c74478280e (patch) | |
tree | 9eb3ee841ade023bd28862efa34d61f964e32b13 /src/clojure/contrib/test_contrib.clj | |
parent | 09e6d962b3adccfc907589b0ba9ce12801de7bbf (diff) |
java-utils: file
Diffstat (limited to 'src/clojure/contrib/test_contrib.clj')
-rw-r--r-- | src/clojure/contrib/test_contrib.clj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/clojure/contrib/test_contrib.clj b/src/clojure/contrib/test_contrib.clj index 8e35e4b9..88e2b42e 100644 --- a/src/clojure/contrib/test_contrib.clj +++ b/src/clojure/contrib/test_contrib.clj @@ -16,7 +16,7 @@ (:use [clojure.contrib.test-is :only (run-tests)]) (:gen-class)) -(def test-names [:complex-numbers :monads :str-utils :shell-out :test-graph :test-dataflow]) +(def test-names [:complex-numbers :monads :str-utils :shell-out :test-graph :test-dataflow :test-java-utils]) (def test-namespaces (map #(symbol (str "clojure.contrib.test-contrib." (name %))) @@ -34,3 +34,5 @@ [& args] (run) (System/exit 0)) + +(run)
\ No newline at end of file |