Added automatic benchmark

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@326 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2011-05-12 10:00:24 +00:00
parent 4c013650ed
commit 6f49ffd551

View file

@ -116,6 +116,6 @@
</tar> </tar>
</target> </target>
<target name="all" depends="configure,test,reports,export,package" description="configure, build and run tests, export and package distribution"/> <target name="all" depends="configure,test,bench,reports,export,package" description="configure, build and run tests and benchmark, export and package distribution"/>
</project> </project>