From ec726413ddcd8632efb2603b968554647419708d Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Wed, 29 Aug 2012 23:04:00 +0100 Subject: 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. --- prebuild.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index 1765899..d9c1607 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -3250,6 +3250,46 @@ + + + + ../../../bin/ + + + + + ../../../bin/ + + + + ../../../bin/ + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1