mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 13:15:44 +08:00
* Attempting to add ode tests one more time.. this time with .config autodetection......
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user