mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* attempt at adding ODEPlugin testing part duex. This may cause the build to fail if I didn't do it properly.. crossing fingers.
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
<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="~/libode.so" tofile="../bin/libode.so" />
|
||||
|
||||
<!-- Run the tests. -->
|
||||
<nunit2 failonerror="false" verbose="true">
|
||||
@@ -44,6 +45,8 @@
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user