* Make build work again while working on a different strategy.
parent
35226ee38c
commit
15dde1ff4a
|
@ -26,9 +26,7 @@
|
|||
<!-- Re-create the directory containig test results. -->
|
||||
<delete dir="../test-results" />
|
||||
<mkdir dir="../test-results" />
|
||||
<!-- Copy the OdePlugin dll to bin/ for testing. -->
|
||||
<copy file="../bin/Physics/OpenSim.Region.Physics.OdePlugin.dll" tofile="../bin/OpenSim.Region.Physics.OdePlugin.dll" />
|
||||
|
||||
|
||||
<!-- Copy the 64 bit ode library to bin/ for testing. -->
|
||||
<copy file="/home/buildsystem/libode.so" tofile="../bin/libode.so" />
|
||||
<exec program="chmod" useruntimeengine="false" commandline="755 ../bin/libode.so" />
|
||||
|
@ -46,8 +44,7 @@
|
|||
<include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" />
|
||||
<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" />
|
||||
<include name="../bin/OpenSim.Data.MySQL.Tests.dll" />
|
||||
|
||||
</assemblies>
|
||||
</test>
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
<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>
|
||||
|
@ -138,18 +137,7 @@
|
|||
<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>
|
||||
</exec>
|
||||
|
||||
<delete file="C:\NUnitPrimaryTrace.txt" failonerror="false" />
|
||||
<delete file="TestResult.xml" failonerror="false" />
|
||||
|
@ -171,7 +159,6 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue