Refactored tests

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@307 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2011-05-05 16:35:03 +00:00
parent 8e3420f735
commit ea501c3e00
3 changed files with 6 additions and 3 deletions

View file

@ -15,6 +15,12 @@
<build-test name="turtle" depends="boost" mode="all">
<compilerarg value="-Wno-uninitialized" location="mid" if="is-cygwin"/>
</build-test>
<build-test name="turtle_max_args" input="turtle_test" depends="boost" mode="all">
<compilerarg value="-Wno-uninitialized" location="mid" if="is-cygwin"/>
<defineset>
<define name="MOCK_MAX_ARGS" value="20"/>
</defineset>
</build-test>
</target>
<target name="analyse" description="run errors analyser">