aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-01-25 17:37:18 +0000
committerJustin Clarke Casey2008-01-25 17:37:18 +0000
commitf5340b647073879431d194bce30b77adef7ba02a (patch)
tree1699fad6d99721a38a51aa2300d3045fa7eeb154 /prebuild.xml
parent* Changing && to || as suggested by dirk and ChrisD, also looks sensible to me (diff)
downloadopensim-SC_OLD-f5340b647073879431d194bce30b77adef7ba02a.zip
opensim-SC_OLD-f5340b647073879431d194bce30b77adef7ba02a.tar.gz
opensim-SC_OLD-f5340b647073879431d194bce30b77adef7ba02a.tar.bz2
opensim-SC_OLD-f5340b647073879431d194bce30b77adef7ba02a.tar.xz
* Stubbed out beginnings of a user server stress test
* Does absolutely nothing at the moment
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml30
1 files changed, 19 insertions, 11 deletions
diff --git a/prebuild.xml b/prebuild.xml
index ba7285f..d91aed5 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1294,6 +1294,25 @@
1294 </Files> 1294 </Files>
1295 </Project> 1295 </Project>
1296 1296
1297 <!-- Tests -->
1298 <Project name="UserServerStressTest" path="OpenSim/Tests/UserServer/Stress" type="Exe">
1299 <Configuration name="Debug">
1300 <Options>
1301 <OutputPath>../../../../bin/tests/stress</OutputPath>
1302 </Options>
1303 </Configuration>
1304 <Configuration name="Release">
1305 <Options>
1306 <OutputPath>../../../../bin/tests/stress</OutputPath>
1307 </Options>
1308 </Configuration>
1309
1310 <ReferencePath>../../../../bin/tests/stress</ReferencePath>
1311 <Reference name="System" localCopy="false"/>
1312 <Files>
1313 <Match pattern="*.cs" recurse="true"/>
1314 </Files>
1315 </Project>
1297 1316
1298 1317
1299 <!-- Tools --> 1318 <!-- Tools -->
@@ -1335,8 +1354,6 @@
1335 </Files> 1354 </Files>
1336 </Project> 1355 </Project>
1337 1356
1338
1339
1340 </Solution> 1357 </Solution>
1341 1358
1342 1359
@@ -1396,12 +1413,3 @@
1396 1413
1397 </Solution> 1414 </Solution>
1398</Prebuild> 1415</Prebuild>
1399
1400
1401
1402
1403
1404
1405
1406
1407