summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index d3a001c3c5..03c0ecfe5e 100644
--- a/build.xml
+++ b/build.xml
@@ -10,7 +10,6 @@
================================= -->
<!--<target name="all" description="Compiles all parts of the project" depends="buildhelpers,theme-compiler,shared,server,client">-->
<target name="all" description="Compiles all parts of the project" depends="buildorder">
-
<subant buildpathref="build-path">
</subant>
</target>
@@ -33,4 +32,9 @@
</target>
+ <target name="tests" depends="buildorder">
+ <subant buildpathref="build-path" target="tests">
+ </subant>
+ </target>
+
</project>