Automated Testing
From OpenSimulator
(Difference between revisions)
Line 11: | Line 11: | ||
* NUnit support | * NUnit support | ||
* Support for grid testing | * Support for grid testing | ||
+ | |||
+ | = Planned Versions = | ||
+ | == 0.1 == | ||
+ | A simple application that can detect changes on the opensim svn, attempt compile, and return whether it was successful or not |
Revision as of 13:54, 31 December 2007
Contents |
Goal
To create a continuous integration system for open simulator grids which can automate both builds and testing.
People
The list of people who are working to develop a solution:
- Daedius Moskvitch (daedius@daedius.com)
Features
- Crossplatform
- Notification via email,irc,web
- Master-Slave architecture
- Nant support
- NUnit support
- Support for grid testing
Planned Versions
0.1
A simple application that can detect changes on the opensim svn, attempt compile, and return whether it was successful or not