diff options
author | Konrad Hinsen <konrad.hinsen@laposte.net> | 2009-05-05 12:58:44 +0000 |
---|---|---|
committer | Konrad Hinsen <konrad.hinsen@laposte.net> | 2009-05-05 12:58:44 +0000 |
commit | dbb8c617a842103d671c0d7cf692aab4387a5717 (patch) | |
tree | cc62fc9aba199d793c085840ec88326e923966cd /src/clojure/contrib/test_contrib.clj | |
parent | 1d80038e7605a9b4487f5a6f17de33780c8ef188 (diff) |
New library macro-utils
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 7c1444e0..47361c92 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 :pprint.pretty :pprint.cl-format +(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]) |