diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2009-06-02 20:43:16 +0000 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2009-06-02 20:43:16 +0000 |
commit | b9676e089b86536b6ce8980d4367140f80694928 (patch) | |
tree | fa449ee2677737c495082ae9ac52d5473e588ddc /src/clojure/contrib/test_contrib.clj | |
parent | 016af1ddecea945f0ae9e6354e2bd006efcd7a04 (diff) |
Moved tests for test_is.clj into test-contrib
Diffstat (limited to 'src/clojure/contrib/test_contrib.clj')
-rw-r--r-- | src/clojure/contrib/test_contrib.clj | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/clojure/contrib/test_contrib.clj b/src/clojure/contrib/test_contrib.clj index 47361c92..f5cf44ea 100644 --- a/src/clojure/contrib/test_contrib.clj +++ b/src/clojure/contrib/test_contrib.clj @@ -16,9 +16,11 @@ (:use [clojure.contrib.test-is :only (run-tests)]) (:gen-class)) -(def test-names [:complex-numbers :macro-utils :monads :pprint.pretty :pprint.cl-format - :str-utils :shell-out :test-graph :test-dataflow :test-java-utils - :test-lazy-seqs]) +(def test-names + [:complex-numbers :fnmap :macro-utils :monads :pprint.pretty + :pprint.cl-format :str-utils :shell-out :test-graph + :test-dataflow :test-java-utils :test-lazy-seqs :test-is + :test-is-fixtures]) (def test-namespaces (map #(symbol (str "clojure.contrib.test-contrib." (name %))) |