* attempt at adding ODEPlugin testing part duex. This may cause the build to fail if I didn't do it properly.. crossing fingers.
parent
85557fb0ef
commit
c67bc4bf6a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue