diff options
author | Jeffrey Straszheim <straszheimjeffrey@gmail.com> | 2009-03-16 01:54:17 +0000 |
---|---|---|
committer | Jeffrey Straszheim <straszheimjeffrey@gmail.com> | 2009-03-16 01:54:17 +0000 |
commit | 9313f194627cf326c3b942a4919a86ccdfada9ad (patch) | |
tree | f9f0534af4706279f5895dc779fe6b88583f35ee /src/clojure/contrib/test_contrib.clj | |
parent | cf54803cf224d5ea0acb67e913667612ea79582c (diff) |
Added dataflow cells-like library
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 d3774b4a..15d8003f 100644 --- a/src/clojure/contrib/test_contrib.clj +++ b/src/clojure/contrib/test_contrib.clj @@ -15,7 +15,7 @@ (ns clojure.contrib.test-contrib (:use clojure.contrib.test-is)) -(def tests [:str-utils :shell-out :test-graph]) +(def tests [:str-utils :shell-out :test-graph :test-dataflow]) (defn test-name [test] |