diff options
author | Teravus Ovares | 2008-12-22 22:15:22 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-12-22 22:15:22 +0000 |
commit | 6ad6b9817c73cf61214c68c34222b8614e6d299c (patch) | |
tree | c877b3822976b1566cfbd33b12188167c5416e9f | |
parent | * Adding a 64bit compiled libode.so and an Ode.NET.dll.config so mono will au... (diff) | |
download | opensim-SC_OLD-6ad6b9817c73cf61214c68c34222b8614e6d299c.zip opensim-SC_OLD-6ad6b9817c73cf61214c68c34222b8614e6d299c.tar.gz opensim-SC_OLD-6ad6b9817c73cf61214c68c34222b8614e6d299c.tar.bz2 opensim-SC_OLD-6ad6b9817c73cf61214c68c34222b8614e6d299c.tar.xz |
* Attempting to add ode tests one more time.. this time with .config autodetection......
-rw-r--r-- | .nant/bamboo.build | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build index 3df501a..2e5d7a6 100644 --- a/.nant/bamboo.build +++ b/.nant/bamboo.build | |||
@@ -28,8 +28,8 @@ | |||
28 | <mkdir dir="../test-results" /> | 28 | <mkdir dir="../test-results" /> |
29 | 29 | ||
30 | <!-- Copy the 64 bit ode library to bin/ for testing. --> | 30 | <!-- Copy the 64 bit ode library to bin/ for testing. --> |
31 | <copy file="/home/buildsystem/libode.so" tofile="../bin/libode.so" /> | 31 | <copy file="../bin/Physics/OpenSim.Region.Physics.OdePlugin.dll" tofile="../bin/OpenSim.Region.Physics.OdePlugin.dll" /> |
32 | <exec program="chmod" useruntimeengine="false" commandline="755 ../bin/libode.so" /> | 32 | |
33 | 33 | ||
34 | <!-- Run the tests. --> | 34 | <!-- Run the tests. --> |
35 | <nunit2 failonerror="false" verbose="true"> | 35 | <nunit2 failonerror="false" verbose="true"> |
@@ -44,7 +44,9 @@ | |||
44 | <include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" /> | 44 | <include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" /> |
45 | <include name="../bin/OpenSim.Region.Environment.Tests.dll" /> | 45 | <include name="../bin/OpenSim.Region.Environment.Tests.dll" /> |
46 | <include name="../bin/OpenSim.Data.SQLite.Tests.dll" /> | 46 | <include name="../bin/OpenSim.Data.SQLite.Tests.dll" /> |
47 | <include name="../bin/OpenSim.Data.MySQL.Tests.dll" /> | 47 | <include name="../bin/OpenSim.Data.MySQL.Tests.dll" /> |
48 | <include name="../bin/OpenSim.Region.Physics.OdePlugin.dll" /> | ||
49 | |||
48 | 50 | ||
49 | </assemblies> | 51 | </assemblies> |
50 | </test> | 52 | </test> |