aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
authorTeravus Ovares2008-12-22 19:03:09 +0000
committerTeravus Ovares2008-12-22 19:03:09 +0000
commitc67bc4bf6aa800becd03af026512d1f78e483404 (patch)
tree04e05acc772f9050622830d74113a5db9e590c13 /.nant
parent* Like most other modules, make the sound module register for its event direc... (diff)
downloadopensim-SC_OLD-c67bc4bf6aa800becd03af026512d1f78e483404.zip
opensim-SC_OLD-c67bc4bf6aa800becd03af026512d1f78e483404.tar.gz
opensim-SC_OLD-c67bc4bf6aa800becd03af026512d1f78e483404.tar.bz2
opensim-SC_OLD-c67bc4bf6aa800becd03af026512d1f78e483404.tar.xz
* attempt at adding ODEPlugin testing part duex. This may cause the build to fail if I didn't do it properly.. crossing fingers.
Diffstat (limited to '.nant')
-rw-r--r--.nant/bamboo.build5
1 files changed, 4 insertions, 1 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 0b4067b..8c66423 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -28,7 +28,8 @@
28 <mkdir dir="../test-results" /> 28 <mkdir dir="../test-results" />
29 <!-- Copy the OdePlugin dll to bin/ for testing. --> 29 <!-- Copy the OdePlugin dll to bin/ for testing. -->
30 <copy file="../bin/Physics/OpenSim.Region.Physics.OdePlugin.dll" tofile="../bin/OpenSim.Region.Physics.OdePlugin.dll" /> 30 <copy file="../bin/Physics/OpenSim.Region.Physics.OdePlugin.dll" tofile="../bin/OpenSim.Region.Physics.OdePlugin.dll" />
31 31 <!-- Copy the 64 bit ode library to bin/ for testing. -->
32 <copy file="~/libode.so" tofile="../bin/libode.so" />
32 33
33 <!-- Run the tests. --> 34 <!-- Run the tests. -->
34 <nunit2 failonerror="false" verbose="true"> 35 <nunit2 failonerror="false" verbose="true">
@@ -44,6 +45,8 @@
44 <include name="../bin/OpenSim.Region.Environment.Tests.dll" /> 45 <include name="../bin/OpenSim.Region.Environment.Tests.dll" />
45 <include name="../bin/OpenSim.Data.SQLite.Tests.dll" /> 46 <include name="../bin/OpenSim.Data.SQLite.Tests.dll" />
46 <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
47 </assemblies> 50 </assemblies>
48 </test> 51 </test>
49 </nunit2> 52 </nunit2>