really enable ncover :)

This commit is contained in:
markpollack
2009-11-04 23:30:14 +00:00
parent e498eb7b9d
commit 1acbf3d1ce

View File

@@ -184,11 +184,11 @@ ${project.name} : (optional), the name of the assembly
${tool.dir} : dir for tools
-->
<target name="common.run-tests">
<call target="common.run-tests.nunit" />
<!--
<call target="common.run-tests.ncover" />
<call target="common.run-tests.nunit" />
-->
<call target="common.run-tests.ncover" />
</target>
<!--