Fixed tests

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@674 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2013-07-09 06:57:54 +00:00
parent 095add46f8
commit fc5237fb96
2 changed files with 6 additions and 6 deletions

View file

@ -231,7 +231,7 @@
<target name="documentation" depends="boost.generate,boost.doc" description="generate documentation"/>
<target name="boost" depends="boost.generate,boost.convert,boost.doc,boost.test" description="convert to boost with documentation and tests"/>
<target name="boost" depends="boost.generate,boost.convert,boost.test,boost.doc" description="convert to boost with documentation and tests"/>
<target name="all" depends="configure,test,bench,reports,export,package" description="configure, build and run tests and benchmark, export and package distribution"/>