summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 58f5a8c..885ab73 100644
--- a/build.xml
+++ b/build.xml
@@ -56,6 +56,7 @@
</target>
<target name="test" description="Run the unit tests." depends="compile">
+ <mkdir dir="${test.dir}" />
<java classname="clojure.main" classpathref="project.classpath" fork="true" failonerror="true" dir="${test.dir}">
<classpath path="${test.dir}" />
<arg value="-e" />