Hi Everyone,
I got stuck up when I tried to run the Unit Test written using mbunit from NAnt. when I tried this lines of code in NAntbuilder.
<mbunit
report-types="Html;Xml;Text"
report-filename-format="${test_results.file}"
report-output-directory="${test_results.directory}"
halt-on-failure="true"
failonerror="true">
<assemblies>
<include name="${build.directory}\*Test*dll" />
</assemblies>
</mbunit >
I got an error message
BUILD FAILED
./.../mbunit.build(26,5):
Invalid element <mbunit>. Unknown task or datatype.
I have copied the mbunit.framework.dll, quickgraphalgorithm.dll,quickgraph.dll to NAnt's bin folder.
Could you please any of you help me out to run the mbunit test from NAnt.
Thanks in Advance,
Ganesh