git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@3 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2009-08-26 22:51:44 +00:00
parent 8e18676b92
commit 2158163a27

View file

@ -15,6 +15,7 @@
<target name="configure" description="update external libraries"> <target name="configure" description="update external libraries">
<update name="boost"/> <update name="boost"/>
<update name="mockpp"/> <!-- boost.test.xml needs it -->
</target> </target>
<target name="test" depends="turtle_test" description="run unit tests"/> <target name="test" depends="turtle_test" description="run unit tests"/>