summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-11-29 11:34:14 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-11-29 11:34:14 +0100
commit81906f432607d2b042e925ea6fda54d7b753e713 (patch)
tree4cf48ff588903c32519f8c64a3e08586b24819c5 /build.xml
parent0c82b7dbad96711ddfde45eed423206d8dad6d51 (diff)
Various bug fixes.
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" />