* attempt 2 for ODE Tests

0.6.2-post-fixes
Teravus Ovares 2008-12-22 19:15:24 +00:00
parent eda69e81ef
commit 31614a3625
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<!-- Copy the OdePlugin dll to bin/ for testing. --> <!-- 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 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 the 64 bit ode library to bin/ for testing. -->
<copy file="~/libode.so" tofile="../bin/libode.so" /> <copy file="/home/buildsystem/libode.so" tofile="../bin/libode.so" />
<!-- Run the tests. --> <!-- Run the tests. -->
<nunit2 failonerror="false" verbose="true"> <nunit2 failonerror="false" verbose="true">