aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorStuart Halloway <stu@thinkrelevance.com>2009-06-24 01:08:56 -0400
committerStuart Halloway <stu@thinkrelevance.com>2009-06-24 01:08:56 -0400
commit4f2c7bb5cf6828eb710fd18b603828ab295d0fa5 (patch)
tree3d211ff0dfa90421674814ae64265f9f551987dd /build.xml
parent17e6a5c17a9f0577f749632b81e3900a383405c6 (diff)
gtic: move clojure tests and supporting libraries into clojure repos
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml21
1 files changed, 1 insertions, 20 deletions
diff --git a/build.xml b/build.xml
index 4a885cd3..2cddf682 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>