[cmake-developers] CTest custom HTML
Brad King
brad.king at kitware.com
Tue Mar 8 13:26:58 EST 2016
On 03/08/2016 11:09 AM, Charles Huet wrote:
> mostly useful to display images, since some of our tests compare
> images with ImageMagick
CTest/CDash already supports sending images for display. It was
developed for the same purpose for VTK testing. The test output
can contain
<DartMeasurementFile name="SomeAnnotation" type="image/png">/path/to/file.png</DartMeasurementFile>
CTest will load the named file and send it as part of the submission
to CDash.
-Brad
More information about the cmake-developers
mailing list