CTest:OpenTasks: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Maikbeckmann (talk | contribs) (Initial) |
No edit summary |
||
Line 14: | Line 14: | ||
Java world. Apache ant provides two taskdefs (<junit>, <junitreport>) which produce xml. | Java world. Apache ant provides two taskdefs (<junit>, <junitreport>) which produce xml. | ||
This format has become most popular. | This format has become most popular. | ||
{{CMake/Template/Footer}} |
Revision as of 13:01, 24 April 2018
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.