CTest:OpenTasks: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
(Add explicit preformat markup) |
||
Line 2: | Line 2: | ||
Like the effect -j N has on make | Like the effect -j N has on make | ||
<pre> | |||
* See: [http://public.kitware.com/Bug/view.php?id=1113 mantis-entry] | * See: [http://public.kitware.com/Bug/view.php?id=1113 mantis-entry] | ||
</pre> | |||
Revision as of 18:33, 24 April 2018
Parallel execution
Like the effect -j N has on make
* See: [http://public.kitware.com/Bug/view.php?id=1113 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.