* attempt 3 for ODEPlugin Tests

0.6.2-post-fixes
Teravus Ovares 2008-12-22 20:18:18 +00:00
parent fb49e010b7
commit d1ee5a1db9
1 changed files with 3 additions and 1 deletions

View File

@ -28,8 +28,10 @@
<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="/home/buildsystem/libode.so" tofile="../bin/libode.so" />
<exec program="chmod" useruntimeengine="false" commandline="755 ../bin/libode.so" />
<!-- Run the tests. -->
<nunit2 failonerror="false" verbose="true">
@ -45,7 +47,7 @@
<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>