enable ncover in build

This commit is contained in:
markpollack
2009-07-28 17:06:20 +00:00
parent e4cfc39ed2
commit c0188c44cb

View File

@@ -185,8 +185,10 @@ ${tool.dir} : dir for tools
-->
<target name="common.run-tests">
<!-- call target="common.run-tests.ncover" / --><!-- run this target instead if you which to produce coverage information -->
<call target="common.run-tests.ncover" />
<!--
<call target="common.run-tests.nunit" />
-->
</target>