Added headers integrity check

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@291 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2011-04-12 12:34:22 +00:00
parent f9df9c3362
commit 43188dcefb
3 changed files with 3 additions and 1 deletions

View file

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