* Add odeplugin to the nant locals..

This commit is contained in:
Teravus Ovares
2008-12-22 20:53:23 +00:00
parent d1ee5a1db9
commit 35226ee38c

View File

@@ -43,6 +43,7 @@
<include name="./bin/OpenSim.Region.Environment.Tests.dll" />
<include name="./bin/OpenSim.Data.SQLite.Tests.dll" />
<include name="./bin/OpenSim.Data.MySQL.Tests.dll" />
<include name="./bin/OpenSim.Region.Physics.OdePlugin.dll" />
</assemblies>
</test>
</nunit2>
@@ -137,9 +138,22 @@
<delete dir="./cov/OpenSim.Data.MySQL" />
<exec program="monocov">
<arg value="--export-html=./cov/OpenSim.Data.MySQL ./cov/OpenSim.Data.MySQL.cov" />
</exec>
<exec program="mono">
<arg value="--debug" />
<arg value="--profile=monocov:outfile=./cov/OpenSim.Region.Physics.OdePlugin.cov,+[OpenSim.Region.Physics.OdePlugin]" />
<arg value="/usr/lib/nunit/nunit-console.exe" />
<arg value="./bin/OpenSim.Region.Physics.OdePlugin.dll" />
</exec>
<delete dir="./cov/OpenSim.Region.Physics.OdePlugin" />
<exec program="monocov">
<arg value="--export-html=./cov/OpenSim.Region.Physics.OdePlugin ./cov/OpenSim.Region.Physics.OdePlugin.cov" />
</exec>
<delete file="C:\NUnitPrimaryTrace.txt" failonerror="false" />
<delete file="TestResult.xml" failonerror="false" />
</target>
@@ -157,6 +171,7 @@
<include name="./bin/OpenSim.Region.Environment.Tests.dll" />
<include name="./bin/OpenSim.Data.SQLite.Tests.dll" />
<include name="./bin/OpenSim.Data.MySQL.Tests.dll" />
<include name="./bin/OpenSim.Region.Physics.OdePlugin.dll" />
</assemblies>
</test>
</nunit2>