diff options
Diffstat (limited to '.nant')
-rw-r--r-- | .nant/bamboo.build | 1 | ||||
-rw-r--r-- | .nant/local.include | 10 |
2 files changed, 4 insertions, 7 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build index c8756f8..fa0541a 100644 --- a/.nant/bamboo.build +++ b/.nant/bamboo.build | |||
@@ -43,7 +43,6 @@ | |||
43 | <include name="../bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll"/> | 43 | <include name="../bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll"/> |
44 | <include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll"/> | 44 | <include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll"/> |
45 | <include name="../bin/OpenSim.Region.CoreModules.Tests.dll"/> | 45 | <include name="../bin/OpenSim.Region.CoreModules.Tests.dll"/> |
46 | <include name="../bin/OpenSim.Region.Environment.Tests.dll"/> | ||
47 | <include name="../bin/OpenSim.Region.Framework.Tests.dll"/> | 46 | <include name="../bin/OpenSim.Region.Framework.Tests.dll"/> |
48 | <include name="../bin/OpenSim.Data.SQLite.Tests.dll"/> | 47 | <include name="../bin/OpenSim.Data.SQLite.Tests.dll"/> |
49 | <include name="../bin/OpenSim.Data.MySQL.Tests.dll"/> | 48 | <include name="../bin/OpenSim.Data.MySQL.Tests.dll"/> |
diff --git a/.nant/local.include b/.nant/local.include index d2a8c7c..8652376 100644 --- a/.nant/local.include +++ b/.nant/local.include | |||
@@ -40,7 +40,6 @@ | |||
40 | <include name="./bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll" /> | 40 | <include name="./bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll" /> |
41 | <include name="./bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll" /> | 41 | <include name="./bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll" /> |
42 | <include name="./bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" /> | 42 | <include name="./bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" /> |
43 | <include name="./bin/OpenSim.Region.Environment.Tests.dll" /> | ||
44 | <include name="./bin/OpenSim.Region.CoreModules.Tests.dll" /> | 43 | <include name="./bin/OpenSim.Region.CoreModules.Tests.dll" /> |
45 | <include name="./bin/OpenSim.Region.Framework.Tests.dll" /> | 44 | <include name="./bin/OpenSim.Region.Framework.Tests.dll" /> |
46 | <include name="./bin/OpenSim.Data.SQLite.Tests.dll" /> | 45 | <include name="./bin/OpenSim.Data.SQLite.Tests.dll" /> |
@@ -110,13 +109,13 @@ | |||
110 | 109 | ||
111 | <exec program="mono"> | 110 | <exec program="mono"> |
112 | <arg value="--debug" /> | 111 | <arg value="--debug" /> |
113 | <arg value="--profile=monocov:outfile=./cov/OpenSim.Region.Environment.cov,+[OpenSim.Region.Environment]" /> | 112 | <arg value="--profile=monocov:outfile=./cov/OpenSim.Region.CoreModules.cov,+[OpenSim.Region.CoreModules]" /> |
114 | <arg value="/usr/lib/nunit/nunit-console.exe" /> | 113 | <arg value="/usr/lib/nunit/nunit-console.exe" /> |
115 | <arg value="./bin/OpenSim.Region.Environment.Tests.dll" /> | 114 | <arg value="./bin/OpenSim.Region.CoreModules.Tests.dll" /> |
116 | </exec> | 115 | </exec> |
117 | <delete dir="./cov/OpenSim.Region.Environment" /> | 116 | <delete dir="./cov/OpenSim.Region.CoreModules" /> |
118 | <exec program="monocov"> | 117 | <exec program="monocov"> |
119 | <arg value="--export-html=./cov/OpenSim.Region.Environment ./cov/OpenSim.Region.Environment.cov" /> | 118 | <arg value="--export-html=./cov/OpenSim.Region.CoreModules ./cov/OpenSim.Region.CoreModules.cov" /> |
120 | </exec> | 119 | </exec> |
121 | 120 | ||
122 | <exec program="mono"> | 121 | <exec program="mono"> |
@@ -170,7 +169,6 @@ | |||
170 | <include name="./bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll" /> | 169 | <include name="./bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll" /> |
171 | <include name="./bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" /> | 170 | <include name="./bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" /> |
172 | <include name="./bin/OpenSim.Region.CoreModules.Tests.dll" /> | 171 | <include name="./bin/OpenSim.Region.CoreModules.Tests.dll" /> |
173 | <include name="./bin/OpenSim.Region.Environment.Tests.dll" /> | ||
174 | <include name="./bin/OpenSim.Region.Framework.Tests.dll" /> | 172 | <include name="./bin/OpenSim.Region.Framework.Tests.dll" /> |
175 | <include name="./bin/OpenSim.Data.SQLite.Tests.dll" /> | 173 | <include name="./bin/OpenSim.Data.SQLite.Tests.dll" /> |
176 | <include name="./bin/OpenSim.Data.MySQL.Tests.dll" /> | 174 | <include name="./bin/OpenSim.Data.MySQL.Tests.dll" /> |