aboutsummaryrefslogtreecommitdiff
path: root/src/clojure
diff options
context:
space:
mode:
Diffstat (limited to 'src/clojure')
-rw-r--r--src/clojure/contrib/test_contrib.clj5
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)