Fix for test build to be happy install-instrumented

pull/14/head
Tim Su 13 years ago
parent 72a8beb956
commit 41248be823

@ -48,7 +48,10 @@
<!-- build and install an instrumented build --> <!-- build and install an instrumented build -->
<target name="install-instrumented"> <target name="install-instrumented">
<property name="tested.project.absolute.dir" location="${tested.project.dir}" /> <property name="tested.project.absolute.dir" location="${tested.project.dir}" />
<subant target="clean instrument install"> <subant target="instrument">
<fileset file="${tested.project.absolute.dir}/build.xml" />
</subant>
<subant target="installi">
<fileset file="${tested.project.absolute.dir}/build.xml" /> <fileset file="${tested.project.absolute.dir}/build.xml" />
</subant> </subant>
<copy todir="." file="${tested.project.absolute.dir}/coverage.em" /> <copy todir="." file="${tested.project.absolute.dir}/coverage.em" />

Loading…
Cancel
Save