From c67bc4bf6aa800becd03af026512d1f78e483404 Mon Sep 17 00:00:00 2001
From: Teravus Ovares
Date: Mon, 22 Dec 2008 19:03:09 +0000
Subject: * attempt at adding ODEPlugin testing part duex.   This may cause the
 build to fail if I didn't do it properly..    crossing fingers.

---
 .nant/bamboo.build | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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 @@
     <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="~/libode.so" tofile="../bin/libode.so" />
 
     <!-- Run the tests. -->
     <nunit2 failonerror="false" verbose="true">
@@ -44,6 +45,8 @@
           <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>
     </nunit2>
-- 
cgit v1.1