* attempt 2 for ODE Tests
parent
eda69e81ef
commit
31614a3625
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue