diff options
author | Justin Clarke Casey | 2008-12-10 17:43:45 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-10 17:43:45 +0000 |
commit | 93977c2d4715211d97c7adfd7cf78ff711a5b7eb (patch) | |
tree | 427f021145c6073ea38ab0ace235fb7dd5ba3784 /.nant/local.include | |
parent | * Apply the other patch from http://opensimulator.org/mantis/view.php?id=2315 (diff) | |
download | opensim-SC_OLD-93977c2d4715211d97c7adfd7cf78ff711a5b7eb.zip opensim-SC_OLD-93977c2d4715211d97c7adfd7cf78ff711a5b7eb.tar.gz opensim-SC_OLD-93977c2d4715211d97c7adfd7cf78ff711a5b7eb.tar.bz2 opensim-SC_OLD-93977c2d4715211d97c7adfd7cf78ff711a5b7eb.tar.xz |
* Establish OpenSim.Framework.Communications.Tests beachhead
* No valid tests yet
Diffstat (limited to '.nant/local.include')
-rw-r--r-- | .nant/local.include | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.nant/local.include b/.nant/local.include index 51146dc..84e775d 100644 --- a/.nant/local.include +++ b/.nant/local.include | |||
@@ -35,6 +35,7 @@ | |||
35 | <test> | 35 | <test> |
36 | <assemblies> | 36 | <assemblies> |
37 | <include name="./bin/OpenSim.Framework.Tests.dll" /> | 37 | <include name="./bin/OpenSim.Framework.Tests.dll" /> |
38 | <include name="./bin/OpenSim.Framework.Communications.Tests.dll"/> | ||
38 | <include name="./bin/OpenSim.Framework.Servers.Tests.dll" /> | 39 | <include name="./bin/OpenSim.Framework.Servers.Tests.dll" /> |
39 | <include name="./bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll" /> | 40 | <include name="./bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll" /> |
40 | <include name="./bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll" /> | 41 | <include name="./bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll" /> |
@@ -60,6 +61,17 @@ | |||
60 | <exec program="monocov"> | 61 | <exec program="monocov"> |
61 | <arg value="--export-html=./cov/OpenSim.Framework.Servers ./cov/OpenSim.Framework.Servers.cov" /> | 62 | <arg value="--export-html=./cov/OpenSim.Framework.Servers ./cov/OpenSim.Framework.Servers.cov" /> |
62 | </exec> | 63 | </exec> |
64 | |||
65 | <exec program="mono"> | ||
66 | <arg value="--debug" /> | ||
67 | <arg value="--profile=monocov:outfile=./cov/OpenSim.Framework.Communications.cov,+[OpenSim.Framework.Communications]" /> | ||
68 | <arg value="/usr/lib/nunit/nunit-console.exe" /> | ||
69 | <arg value="./bin/OpenSim.Framework.Communications.Tests.dll" /> | ||
70 | </exec> | ||
71 | <delete dir="./cov/OpenSim.Framework.Communications" /> | ||
72 | <exec program="monocov"> | ||
73 | <arg value="--export-html=./cov/OpenSim.Framework.Servers ./cov/OpenSim.Framework.Communications.cov" /> | ||
74 | </exec> | ||
63 | 75 | ||
64 | <exec program="mono"> | 76 | <exec program="mono"> |
65 | <arg value="--debug" /> | 77 | <arg value="--debug" /> |
@@ -137,6 +149,7 @@ | |||
137 | <test> | 149 | <test> |
138 | <assemblies> | 150 | <assemblies> |
139 | <include name="./bin/OpenSim.Framework.Tests.dll" /> | 151 | <include name="./bin/OpenSim.Framework.Tests.dll" /> |
152 | <include name="./bin/OpenSim.Framework.Communications.Tests.dll"/> | ||
140 | <include name="./bin/OpenSim.Framework.Servers.Tests.dll" /> | 153 | <include name="./bin/OpenSim.Framework.Servers.Tests.dll" /> |
141 | <include name="./bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll" /> | 154 | <include name="./bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll" /> |
142 | <include name="./bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll" /> | 155 | <include name="./bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll" /> |