aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extend distsrc target to cleanup the files generated by running prebuildJustin Clark-Casey (justincc)2012-02-291-0/+18
|
* Establish a distsrc nant target for producing the source distribution.Justin Clark-Casey (justincc)2012-02-251-4/+10
| | | | | This is in addition to the distbin target. The distbin target now needs distsrc to be run first. Still needs some extra tweaking that I shall eventually put in as sed invocations or similar.
* Add torture tests to test adding 10,000, 100,000 and 200,000 single prim ↵Justin Clark-Casey (justincc)2012-01-311-0/+11
| | | | | | | | | scene objects. These can be run using the "nant torture" target. They are not part of "nant test" due to their long-run future nature. Such tests are designed to do some testing of extreme situations and give some feedback on memory usage, etc. However, data can be inconsistent due to different machine circumstances and virtual machine actions. This area is under development.
* Remove monocov and other obsolete nant build targets.Justin Clark-Casey (justincc)2012-01-161-186/+0
| | | | | monocov was a code coverage attempt 3 years ago which no longer works. other removed targets have been commented out or unused for a very long time
* Add OpenSim.Region.ClientStack.LindenUDP.Tests.dll back into the test suiteJustin Clark-Casey (justincc)2011-12-081-3/+1
|
* Add test for not found response from GetTexture cap handler.Justin Clark-Casey (justincc)2011-12-051-0/+11
| | | | Add OpenSim.Region.Capabilities.Handlers.Tests.dll into test suite
* Add new LindenCaps test dll to panda run as well as "nant test"Justin Clark-Casey (justincc)2011-10-251-0/+5
|
* re-enable running linden udp tests in local.include, though no tests are ↵Justin Clark-Casey (justincc)2011-10-241-2/+0
| | | | currently active there
* Add new EventQueueTests with basic test to check that adding a client ↵Justin Clark-Casey (justincc)2011-10-241-0/+5
| | | | registers an http poll
* make distribution creating code to copy FlotsamCache.ini.example to ↵Justin Clark-Casey (justincc)2011-09-241-0/+1
| | | | FlotsamCache.ini
* fix mistake in last change of local.includeJustin Clark-Casey (justincc)2010-12-151-1/+1
|
* add new optionalmodules test dll to panda test run (and nant test command)Justin Clark-Casey (justincc)2010-12-141-0/+23
|
* Unit test for ConfigurationLoader.Marck2010-08-131-0/+11
| | | | Adds a new test assembly for OpenSim.
* remove compile.bat from a created binary distributionJustin Clark-Casey (justincc)2010-07-231-0/+1
|
* in nant distbin, specifically only delete Regions.ini instead of the entire ↵Justin Clark-Casey (justincc)2010-07-231-1/+1
| | | | Regions directory
* hopefully get "nant test" passing again by replacing data.sqlite/mysql ↵Justin Clark-Casey (justincc)2010-05-281-18/+7
| | | | references in .nant/local.include with OpenSim.Data.Tests.dll
* Make "nant distbin" remove BUILDING.txtJustin Clark-Casey2010-05-151-0/+1
|
* add operation to "nant distbin" to copy StandaloneCommon.ini.example -> ↵Justin Clark-Casey (justincc)2010-04-301-1/+1
| | | | StandaloneCommon.ini
* add nant distbin targetJustin Clark-Casey (justincc)2010-03-261-0/+36
| | | | this will delete all extraneous source code files and copy OpenSim.ini.example to OpenSim.ini
* fix nant related build breakJustin Clark-Casey (justincc)2010-03-261-2/+1
|
* comment out very probably unused dist and distdir nant targetsJustin Clark-Casey (justincc)2010-03-261-15/+17
|
* automatically delete %temp% directory after running testsJustin Clark-Casey (justincc)2010-03-051-0/+2
| | | | this prevents a huge cruft buildup
* remove a final trace of the old framework.communications.testsJustin Clark-Casey (justincc)2010-03-031-1/+0
| | | | This might make panda pass again!
* remove references to OpenSim.Framework.Commuications.Tests.dll since all ↵Justin Clark-Casey (justincc)2010-03-031-22/+0
| | | | | | relevant test code has been obsoleted this allows the tests to pass on my local system
* Remove another lindenudp tests reference. Maybe this will make panda happyJustin Clark-Casey (justincc)2009-10-091-1/+1
|
* fix test suite (and hopefully the panda build) by commenting out ↵Justin Clark-Casey (justincc)2009-10-091-3/+9
| | | | LindenUDP.Tests.dll references
* - adding new LandDataSerializer testcase to "test-xml" target as welldr scofield (aka dirk husemann)2009-10-011-0/+5
| | | | - adding another LandDataSerializer testcase
* adding testcase for LandDataSerializer; fixing LandDataSerializer ;-)dr scofield (aka dirk husemann)2009-10-011-0/+5
|
* If running tests manually, fail immediately on errorJustin Clark-Casey (justincc)2009-09-041-9/+9
|
* If a test dll fails when manually run, stop immediately rather than trying ↵Justin Clark-Casey (justincc)2009-09-041-9/+8
| | | | all the other test dlls
* some more tooling around on nant / nunit to make it a bit cleanerSean Dague2009-09-031-8/+13
|
* If a test dll fails, stop immediately rather than trying all the other test dllsJustin Clark-Casey (justincc)2009-09-031-18/+17
| | | | | This is very useful behaviour if debugging test failures otherwise it's hard to pick out the test output Also, some minor method shuffling in the iar module
* change the nunit detection codeSean Dague2009-08-311-6/+1
|
* change regular test target to use nunit exec modeSean Dague2009-08-311-28/+81
| | | | detect if you have nunit-console2 or nunit-console and use the appropriate one
* add some fail detection to the new test-xml targetSean Dague2009-08-311-7/+17
|
* change the way the unit tests are run in the hopes of greater stabilitySean Dague2009-08-311-16/+77
|
* remove the bamboo build file, bamboo is dead, long live panda :)Sean Dague2009-04-221-62/+0
|
* turn back on fail on error, otherwise we don't end up knowing that weSean Dague2009-04-191-1/+1
| | | | | missed tests.
* turn off failonerror for the text-xml target, which should make pickingSean Dague2009-04-191-1/+1
| | | | | up the fail points easier.
* don't build the snapshot builds, if you want experimental, you need toSean Dague2009-04-131-14/+0
| | | | | know how to use a compiler.
* comment out ode tests for now, as I can't get these to run manually onSean Dague2009-04-131-1/+1
| | | | | the opensim box.
* Update bamboo build to 0.6.4Homer Horwitz2009-04-051-1/+1
|
* set MONO_THREADS_PER_CPU for the test runs, see if this makes theSean Dague2009-03-302-0/+2
| | | | | breaks happen less randomly.
* update version number for bamboo zip file outputDahlia Trimble2009-02-241-1/+1
|
* * Forgot to fix bamboo.build for the new ScriptEngine TestsSean Dague2009-02-121-3/+1
| | | | | From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
* * Added XEngine tests and gathered other ScriptEngineSean Dague2009-02-121-4/+2
| | | | | | | Tests together From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-102-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTHING has been deleted or moved off to forge at this point. what has happened is that OpenSim.Region.Environment.Modules has been split in two: - OpenSim.Region.CoreModules: all those modules that are either directly or indirectly referenced from other OpenSim packages, or that provide functionality that the OpenSim developer community considers core functionality: CoreModules/Agent/AssetTransaction CoreModules/Agent/Capabilities CoreModules/Agent/TextureDownload CoreModules/Agent/TextureSender CoreModules/Agent/TextureSender/Tests CoreModules/Agent/Xfer CoreModules/Avatar/AvatarFactory CoreModules/Avatar/Chat/ChatModule CoreModules/Avatar/Combat CoreModules/Avatar/Currency/SampleMoney CoreModules/Avatar/Dialog CoreModules/Avatar/Friends CoreModules/Avatar/Gestures CoreModules/Avatar/Groups CoreModules/Avatar/InstantMessage CoreModules/Avatar/Inventory CoreModules/Avatar/Inventory/Archiver CoreModules/Avatar/Inventory/Transfer CoreModules/Avatar/Lure CoreModules/Avatar/ObjectCaps CoreModules/Avatar/Profiles CoreModules/Communications/Local CoreModules/Communications/REST CoreModules/Framework/EventQueue CoreModules/Framework/InterfaceCommander CoreModules/Hypergrid CoreModules/InterGrid CoreModules/Scripting/DynamicTexture CoreModules/Scripting/EMailModules CoreModules/Scripting/HttpRequest CoreModules/Scripting/LoadImageURL CoreModules/Scripting/VectorRender CoreModules/Scripting/WorldComm CoreModules/Scripting/XMLRPC CoreModules/World/Archiver CoreModules/World/Archiver/Tests CoreModules/World/Estate CoreModules/World/Land CoreModules/World/Permissions CoreModules/World/Serialiser CoreModules/World/Sound CoreModules/World/Sun CoreModules/World/Terrain CoreModules/World/Terrain/DefaultEffects CoreModules/World/Terrain/DefaultEffects/bin CoreModules/World/Terrain/DefaultEffects/bin/Debug CoreModules/World/Terrain/Effects CoreModules/World/Terrain/FileLoaders CoreModules/World/Terrain/FloodBrushes CoreModules/World/Terrain/PaintBrushes CoreModules/World/Terrain/Tests CoreModules/World/Vegetation CoreModules/World/Wind CoreModules/World/WorldMap - OpenSim.Region.OptionalModules: all those modules that are not core modules: OptionalModules/Avatar/Chat/IRC-stuff OptionalModules/Avatar/Concierge OptionalModules/Avatar/Voice/AsterixVoice OptionalModules/Avatar/Voice/SIPVoice OptionalModules/ContentManagementSystem OptionalModules/Grid/Interregion OptionalModules/Python OptionalModules/SvnSerialiser OptionalModules/World/NPC OptionalModules/World/TreePopulator
* * Reinstate tests that are now in CoreModulesJustin Clarke Casey2009-02-092-0/+3
|
* * reinstate OpenSim/Region/Framework/Scenes/TestsJustin Clarke Casey2009-02-062-9/+23
| | | | | | * should bring us back up to 240 tests
* * Attempting to add ode tests one more time.. this time with .config ↵Teravus Ovares2008-12-221-3/+5
| | | | autodetection......