diff options
author | Stuart Halloway <stu@thinkrelevance.com> | 2009-06-24 01:08:56 -0400 |
---|---|---|
committer | Stuart Halloway <stu@thinkrelevance.com> | 2009-06-24 01:08:56 -0400 |
commit | 4f2c7bb5cf6828eb710fd18b603828ab295d0fa5 (patch) | |
tree | 3d211ff0dfa90421674814ae64265f9f551987dd /build.xml | |
parent | 17e6a5c17a9f0577f749632b81e3900a383405c6 (diff) |
gtic: move clojure tests and supporting libraries into clojure repos
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 21 |
1 files changed, 1 insertions, 20 deletions
@@ -31,20 +31,6 @@ <delete dir="${build}"/> </target> - <target name="test_clojure" - description="Run clojure tests" - if="hasclojure"> - <java classname="clojure.main"> - <classpath> - <path location="${build}"/> - <path location="${src}"/> - <path location="${clojure.jar}"/> - </classpath> - <arg value="-e"/> - <arg value="(require '(clojure.contrib [test-clojure :as main])) (main/run)"/> - </java> - </target> - <target name="test_contrib" description="Run contrib tests" if="hasclojure"> @@ -73,7 +59,7 @@ </java> </target> - <target name="test" depends="test_clojure,test_contrib,test_datalog" + <target name="test" depends="test_contrib,test_datalog" description="Run all tests"/> <target name="check_hasclojure" @@ -181,16 +167,11 @@ <arg value="clojure.contrib.singleton"/> <arg value="clojure.contrib.sql"/> <arg value="clojure.contrib.sql.internal"/> - <arg value="clojure.contrib.stacktrace"/> <arg value="clojure.contrib.str-utils"/> <arg value="clojure.contrib.stream-utils"/> <arg value="clojure.contrib.swing-utils"/> - <arg value="clojure.contrib.template"/> - <arg value="clojure.contrib.test-is"/> - <arg value="clojure.contrib.test-is.tap"/> <arg value="clojure.contrib.trace"/> <arg value="clojure.contrib.types"/> - <arg value="clojure.contrib.walk"/> <arg value="clojure.contrib.with-ns"/> <arg value="clojure.contrib.zip-filter"/> <arg value="clojure.contrib.zip-filter.xml"/> |