aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
authorAdam Frisby2008-05-01 14:14:57 +0000
committerAdam Frisby2008-05-01 14:14:57 +0000
commitb663c8d6d21be4c295544078825b60060681eb23 (patch)
tree95ebcac24a5c955c6de04883123ace90aa318df2 /.nant
parent* Attempting to add NUnit testing to our Bamboo builder. (diff)
downloadopensim-SC_OLD-b663c8d6d21be4c295544078825b60060681eb23.zip
opensim-SC_OLD-b663c8d6d21be4c295544078825b60060681eb23.tar.gz
opensim-SC_OLD-b663c8d6d21be4c295544078825b60060681eb23.tar.bz2
opensim-SC_OLD-b663c8d6d21be4c295544078825b60060681eb23.tar.xz
* Only testing binaries with tests for the moment.
Diffstat (limited to '.nant')
-rw-r--r--.nant/bamboo.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index e39200d..48ba10d 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -26,7 +26,8 @@
26 <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" /> 26 <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" />
27 <test> 27 <test>
28 <assemblies> 28 <assemblies>
29 <include name="../bin/OpenSim*.dll" /> 29 <include name="../bin/OpenSim.Region.Environment.dll" />
30 <include name="../bin/OpenSim.Tests.Common.dll" />
30 </assemblies> 31 </assemblies>
31 </test> 32 </test>
32 </nunit2> 33 </nunit2>