diff options
author | Teravus Ovares | 2008-12-22 20:53:23 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-12-22 20:53:23 +0000 |
commit | 35226ee38cf77249133f098e467e7b3a16c52dd1 (patch) | |
tree | c153e6818564510564c55a5179b38c6b46a6a26b /.nant/local.include | |
parent | * attempt 3 for ODEPlugin Tests (diff) | |
download | opensim-SC_OLD-35226ee38cf77249133f098e467e7b3a16c52dd1.zip opensim-SC_OLD-35226ee38cf77249133f098e467e7b3a16c52dd1.tar.gz opensim-SC_OLD-35226ee38cf77249133f098e467e7b3a16c52dd1.tar.bz2 opensim-SC_OLD-35226ee38cf77249133f098e467e7b3a16c52dd1.tar.xz |
* Add odeplugin to the nant locals..
Diffstat (limited to '')
-rw-r--r-- | .nant/local.include | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.nant/local.include b/.nant/local.include index 84e775d..d0b16a6 100644 --- a/.nant/local.include +++ b/.nant/local.include | |||
@@ -43,6 +43,7 @@ | |||
43 | <include name="./bin/OpenSim.Region.Environment.Tests.dll" /> | 43 | <include name="./bin/OpenSim.Region.Environment.Tests.dll" /> |
44 | <include name="./bin/OpenSim.Data.SQLite.Tests.dll" /> | 44 | <include name="./bin/OpenSim.Data.SQLite.Tests.dll" /> |
45 | <include name="./bin/OpenSim.Data.MySQL.Tests.dll" /> | 45 | <include name="./bin/OpenSim.Data.MySQL.Tests.dll" /> |
46 | <include name="./bin/OpenSim.Region.Physics.OdePlugin.dll" /> | ||
46 | </assemblies> | 47 | </assemblies> |
47 | </test> | 48 | </test> |
48 | </nunit2> | 49 | </nunit2> |
@@ -137,9 +138,22 @@ | |||
137 | <delete dir="./cov/OpenSim.Data.MySQL" /> | 138 | <delete dir="./cov/OpenSim.Data.MySQL" /> |
138 | <exec program="monocov"> | 139 | <exec program="monocov"> |
139 | <arg value="--export-html=./cov/OpenSim.Data.MySQL ./cov/OpenSim.Data.MySQL.cov" /> | 140 | <arg value="--export-html=./cov/OpenSim.Data.MySQL ./cov/OpenSim.Data.MySQL.cov" /> |
141 | </exec> | ||
142 | |||
143 | <exec program="mono"> | ||
144 | <arg value="--debug" /> | ||
145 | <arg value="--profile=monocov:outfile=./cov/OpenSim.Region.Physics.OdePlugin.cov,+[OpenSim.Region.Physics.OdePlugin]" /> | ||
146 | <arg value="/usr/lib/nunit/nunit-console.exe" /> | ||
147 | <arg value="./bin/OpenSim.Region.Physics.OdePlugin.dll" /> | ||
148 | </exec> | ||
149 | <delete dir="./cov/OpenSim.Region.Physics.OdePlugin" /> | ||
150 | <exec program="monocov"> | ||
151 | <arg value="--export-html=./cov/OpenSim.Region.Physics.OdePlugin ./cov/OpenSim.Region.Physics.OdePlugin.cov" /> | ||
140 | </exec> | 152 | </exec> |
153 | |||
141 | <delete file="C:\NUnitPrimaryTrace.txt" failonerror="false" /> | 154 | <delete file="C:\NUnitPrimaryTrace.txt" failonerror="false" /> |
142 | <delete file="TestResult.xml" failonerror="false" /> | 155 | <delete file="TestResult.xml" failonerror="false" /> |
156 | |||
143 | </target> | 157 | </target> |
144 | 158 | ||
145 | 159 | ||
@@ -157,6 +171,7 @@ | |||
157 | <include name="./bin/OpenSim.Region.Environment.Tests.dll" /> | 171 | <include name="./bin/OpenSim.Region.Environment.Tests.dll" /> |
158 | <include name="./bin/OpenSim.Data.SQLite.Tests.dll" /> | 172 | <include name="./bin/OpenSim.Data.SQLite.Tests.dll" /> |
159 | <include name="./bin/OpenSim.Data.MySQL.Tests.dll" /> | 173 | <include name="./bin/OpenSim.Data.MySQL.Tests.dll" /> |
174 | <include name="./bin/OpenSim.Region.Physics.OdePlugin.dll" /> | ||
160 | </assemblies> | 175 | </assemblies> |
161 | </test> | 176 | </test> |
162 | </nunit2> | 177 | </nunit2> |