git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@163 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2010-07-20 11:56:19 +00:00
parent 909d546d12
commit e5513654af

View file

@ -12,7 +12,7 @@
</target> </target>
<target name="test" description="run unit tests"> <target name="test" description="run unit tests">
<build-test name="turtle" mode="all"> <build-test name="turtle" depends="boost" mode="all">
<compilerarg value="-Wno-uninitialized" location="mid" if="is-cygwin"/> <compilerarg value="-Wno-uninitialized" location="mid" if="is-cygwin"/>
</build-test> </build-test>
</target> </target>