QA
ROOT: High Quality, Systematically
This is a collection of resources for the CHEP 2012 poster titled "ROOT: High Quality, Systematically":
Buildbot for Developers
Developers' access (use SVN login) to Buildbot's main page, including forced builds.
Buildbot
Each change in ROOT's trunk is immediately tested on several platforms. We use a tool called Buildbot for that - thanks, Buildbot! ROOT developers can request new builds here.
How to Add a Test to roottest
The Short Answer
In an existing roottest directory create one of:
assertMyTest.C assertMyTest.cxx execMyTest.C execMyTest.cxx
and run make or specifically to test only your new test: