mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Clean-up
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@95 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
39456c8f80
commit
7f7c696505
1 changed files with 5 additions and 7 deletions
|
|
@ -3,12 +3,6 @@
|
|||
<property environment="env"/>
|
||||
<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">
|
||||
<delete dir="${out.dir}"/>
|
||||
</target>
|
||||
|
|
@ -18,7 +12,11 @@
|
|||
<update name="mockpp"/> <!-- boost.test.xml needs it -->
|
||||
</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">
|
||||
<deploy>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue