Add a benchmarks subproject

This commit is contained in:
str4d
2017-07-25 03:41:55 +00:00
parent 70393fd2d9
commit 49ed17032c
3 changed files with 118 additions and 0 deletions

View File

@@ -58,6 +58,7 @@
<!-- <echo message=" debianrepo: build a Debian repository (reprepro required)" /> -->
<echo message=" poupdate: update the .po files for translators" />
<echo message=" pkg-portable-win32: build a minimum portable version for win32" />
<echo message=" bench: build the benchmarks" />
</target>
<target name="debianhowto">
<echo message="To build debian packages, you must make sure that you have" />
@@ -1844,6 +1845,10 @@
<target name="testscripts-all" depends="testscripts,testscripts-net" />
<target name="bench" depends="buildCore, jbigi" >
<ant dir="benchmarks/java/" target="all" />
</target>
<!-- <target name="syndie" >
<ant dir="apps/syndie/java/" target="standalone" />
<copy file="apps/syndie/java/syndie-standalone.zip" todir="." />