|
|
|
@ -90,7 +90,6 @@
|
|
|
|
|
<xpath input="${tested.project.absolute.dir}/AndroidManifest.xml"
|
|
|
|
|
expression="/manifest/@package" output="tested.manifest.package" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<echo>Downloading coverage file into project directory...</echo>
|
|
|
|
|
<exec executable="${adb}" failonerror="true">
|
|
|
|
|
<arg line="${adb.device.arg}" />
|
|
|
|
@ -108,6 +107,9 @@
|
|
|
|
|
<copy todir="${tested.project.absolute.dir}/src-combined">
|
|
|
|
|
<fileset dir="../api/src" includes="**/*.java" />
|
|
|
|
|
</copy>
|
|
|
|
|
<copy todir=".">
|
|
|
|
|
<fileset dir="${tested.project.absolute.dir}/bin" includes="coverage.em" />
|
|
|
|
|
</copy>
|
|
|
|
|
<mkdir dir="${reports.dir}" />
|
|
|
|
|
<emma>
|
|
|
|
|
<report sourcepath="${tested.project.absolute.dir}/src-combined"
|
|
|
|
|