summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rwxr-xr-xmake/build.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index 2209d57..99ea011 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -598,4 +598,12 @@
</junit>
</target>
+ <target name="junit.compile">
+ <ant antfile="build-junit.xml" target="junit.compile"/>
+ </target>
+
+ <target name="junit.run">
+ <ant antfile="build-junit.xml" target="junit.run"/>
+ </target>
+
</project>