diff options
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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> |