git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@95 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2010-01-21 16:06:01 +00:00
parent 39456c8f80
commit 7f7c696505

View file

@ -3,12 +3,6 @@
<property environment="env"/> <property environment="env"/>
<import file="${env.PONEY_HOME}/poney.xml"/> <import file="${env.PONEY_HOME}/poney.xml"/>
<target name="turtle_test" description="build and run unit tests">
<build-test name="turtle" mode="all">
<compilerarg value="-Wno-uninitialized" location="mid" if="is-cygwin"/>
</build-test>
</target>
<target name="clean" description="clean intermediate build artifacts"> <target name="clean" description="clean intermediate build artifacts">
<delete dir="${out.dir}"/> <delete dir="${out.dir}"/>
</target> </target>
@ -18,7 +12,11 @@
<update name="mockpp"/> <!-- boost.test.xml needs it --> <update name="mockpp"/> <!-- boost.test.xml needs it -->
</target> </target>
<target name="test" depends="turtle_test" description="run unit tests"/> <target name="test" description="run unit tests">
<build-test name="turtle" mode="all">
<compilerarg value="-Wno-uninitialized" location="mid" if="is-cygwin"/>
</build-test>
</target>
<target name="export" description="export the distribution"> <target name="export" description="export the distribution">
<deploy> <deploy>