aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
authorMike Mazur2008-07-28 07:59:19 +0000
committerMike Mazur2008-07-28 07:59:19 +0000
commit23eaa950ab42231ed65616eafcb88026a0cf125a (patch)
tree1da3842daa37be17d83401ee7e910d1793fadff2 /.nant
parentWhen casting strings to int, use double.Parse() as strings may be floats. With (diff)
downloadopensim-SC_OLD-23eaa950ab42231ed65616eafcb88026a0cf125a.zip
opensim-SC_OLD-23eaa950ab42231ed65616eafcb88026a0cf125a.tar.gz
opensim-SC_OLD-23eaa950ab42231ed65616eafcb88026a0cf125a.tar.bz2
opensim-SC_OLD-23eaa950ab42231ed65616eafcb88026a0cf125a.tar.xz
Add Shared/LSL_Types* tests to Bamboo.
Diffstat (limited to '.nant')
-rw-r--r--.nant/bamboo.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 453f2ed..695807c 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -38,6 +38,7 @@
38 <assemblies> 38 <assemblies>
39 <include name="../bin/OpenSim.Framework.Tests.dll" /> 39 <include name="../bin/OpenSim.Framework.Tests.dll" />
40 <include name="../bin/OpenSim.Region.ScriptEngine.Common.Tests.dll" /> 40 <include name="../bin/OpenSim.Region.ScriptEngine.Common.Tests.dll" />
41 <include name="../bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll" />
41 <include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" /> 42 <include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" />
42 <include name="../bin/OpenSim.Region.Environment.dll" /> 43 <include name="../bin/OpenSim.Region.Environment.dll" />
43 </assemblies> 44 </assemblies>