diff options
Diffstat (limited to '.nant')
-rw-r--r-- | .nant/bamboo.build | 5 |
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> |