diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-04-06 00:42:36 +0000 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-04-06 00:42:36 +0000 |
commit | 677874c25127d1b94bdabc03b280d8a538beb85f (patch) | |
tree | c5fd6b824352c60c5da3389ae5c0b549bf4567d2 /src | |
parent | fd841069d7c19c38175241836880ec8b42263f3b (diff) |
Added tests for the pretty printer/cl-format to the main test driver
Diffstat (limited to 'src')
-rw-r--r-- | src/clojure/contrib/test_contrib.clj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/clojure/contrib/test_contrib.clj b/src/clojure/contrib/test_contrib.clj index 88e2b42e..60b216c7 100644 --- a/src/clojure/contrib/test_contrib.clj +++ b/src/clojure/contrib/test_contrib.clj @@ -16,7 +16,8 @@ (:use [clojure.contrib.test-is :only (run-tests)]) (:gen-class)) -(def test-names [:complex-numbers :monads :str-utils :shell-out :test-graph :test-dataflow :test-java-utils]) +(def test-names [:complex-numbers :monads :pprint.pretty :pprint.cl-format + :str-utils :shell-out :test-graph :test-dataflow :test-java-utils]) (def test-namespaces (map #(symbol (str "clojure.contrib.test-contrib." (name %))) @@ -35,4 +36,4 @@ (run) (System/exit 0)) -(run)
\ No newline at end of file +(run) |