* attempt at adding ODEPlugin testing part duex. This may cause the build to fail if I didn't do it properly.. crossing fingers.

0.6.2-post-fixes
Teravus Ovares 2008-12-22 19:03:09 +00:00
parent 85557fb0ef
commit c67bc4bf6a
1 changed files with 4 additions and 1 deletions

View File

@ -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>