summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 5453186e..2b59ddc4 100644
--- a/build.xml
+++ b/build.xml
@@ -108,6 +108,7 @@
<target name="compile-tests"
description="Compile the subset of tests that require compilation.">
+ <delete dir="${test-classes}"/>
<mkdir dir="${test-classes}"/>
<java classname="clojure.lang.Compile"
classpath="${test-classes}:${test}:${build}:${cljsrc}"
@@ -133,7 +134,8 @@
</target>
<target name="test"
- description="Run clojure tests">
+ description="Run clojure tests"
+ depends="compile-tests">
<!-- depends="clojure"> -->
<java classname="clojure.main" failonerror="true">
<classpath>