* Attempting to add ode tests one more time.. this time with .config autodetection......
parent
6ef494a854
commit
6ad6b9817c
|
@ -28,8 +28,8 @@
|
|||
<mkdir dir="../test-results" />
|
||||
|
||||
<!-- 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" />
|
||||
<copy file="../bin/Physics/OpenSim.Region.Physics.OdePlugin.dll" tofile="../bin/OpenSim.Region.Physics.OdePlugin.dll" />
|
||||
|
||||
|
||||
<!-- Run the tests. -->
|
||||
<nunit2 failonerror="false" verbose="true">
|
||||
|
@ -44,7 +44,9 @@
|
|||
<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.Data.MySQL.Tests.dll" />
|
||||
<include name="../bin/OpenSim.Region.Physics.OdePlugin.dll" />
|
||||
|
||||
|
||||
</assemblies>
|
||||
</test>
|
||||
|
|
Loading…
Reference in New Issue