CTest:OpenTasks

From KitwarePublic
Revision as of 07:26, 22 May 2008 by Maikbeckmann (talk | contribs) (Initial)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Parallel execution

Like the effect -j N has on make

* See: mantis-entry


Other xml output formats

The test results are stored into a bunch of xml files, which are tied to dart/cdash.

Junit

There are many continuous integration suites with dashboard facilities out there in the Java world. Apache ant provides two taskdefs (<junit>, <junitreport>) which produce xml. This format has become most popular.