9 lines
159 B
XML
9 lines
159 B
XML
<project>
|
|
<junitreport>
|
|
<fileset dir=".">
|
|
<include name="cpputest*.xml"/>
|
|
</fileset>
|
|
<report todir="./unit_test_report"/>
|
|
</junitreport>
|
|
</project>
|