aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-08-29 23:04:00 +0100
committerJustin Clark-Casey (justincc)2012-08-29 23:04:00 +0100
commitec726413ddcd8632efb2603b968554647419708d (patch)
tree5b7a448f2921047e0f97695b80e017c4ccb3ec90 /prebuild.xml
parentimplementing rule tracking (diff)
downloadopensim-SC_OLD-ec726413ddcd8632efb2603b968554647419708d.zip
opensim-SC_OLD-ec726413ddcd8632efb2603b968554647419708d.tar.gz
opensim-SC_OLD-ec726413ddcd8632efb2603b968554647419708d.tar.bz2
opensim-SC_OLD-ec726413ddcd8632efb2603b968554647419708d.tar.xz
Add VectorRenderModuleStressTests that contains a long running test that generates thousands of vector textures concurrently.
Intended for use if there are future issues with mono crashes whilst generate dynamic textures. This test is triggered via a new test-stress nant target. Not run by default.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 1765899..d9c1607 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -3250,6 +3250,46 @@
3250 </Files> 3250 </Files>
3251 </Project> 3251 </Project>
3252 3252
3253 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library">
3254 <Configuration name="Debug">
3255 <Options>
3256 <OutputPath>../../../bin/</OutputPath>
3257 </Options>
3258 </Configuration>
3259 <Configuration name="Release">
3260 <Options>
3261 <OutputPath>../../../bin/</OutputPath>
3262 </Options>
3263 </Configuration>
3264
3265 <ReferencePath>../../../bin/</ReferencePath>
3266 <Reference name="System"/>
3267 <Reference name="System.Xml"/>
3268 <Reference name="System.Data"/>
3269 <Reference name="log4net" path="../../../bin/"/>
3270 <Reference name="Nini" path="../../../bin/"/>
3271 <Reference name="nunit.framework" path="../../../bin/"/>
3272 <Reference name="OpenMetaverse" path="../../../bin/"/>
3273 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
3274 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
3275 <Reference name="XMLRPC" path="../../../bin/"/>
3276 <Reference name="OpenSim.Framework"/>
3277 <Reference name="OpenSim.Framework.Communications"/>
3278 <Reference name="OpenSim.Framework.Console"/>
3279 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
3280 <Reference name="OpenSim.Region.CoreModules"/>
3281 <Reference name="OpenSim.Region.Framework"/>
3282 <Reference name="OpenSim.Region.OptionalModules"/>
3283 <Reference name="OpenSim.Region.ScriptEngine.Shared"/>
3284 <Reference name="OpenSim.Region.ScriptEngine.XEngine"/>
3285 <Reference name="OpenSim.Services.Interfaces"/>
3286 <Reference name="OpenSim.Services.AvatarService"/>
3287 <Reference name="OpenSim.Tests.Common"/>
3288 <Files>
3289 <Match pattern="*.cs" recurse="false"/>
3290 </Files>
3291 </Project>
3292
3253 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Torture" path="OpenSim/Tests/Torture" type="Library"> 3293 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Torture" path="OpenSim/Tests/Torture" type="Library">
3254 <Configuration name="Debug"> 3294 <Configuration name="Debug">
3255 <Options> 3295 <Options>