[cmake-developers] CTest custom HTML

Brad King brad.king at kitware.com
Thu Mar 10 09:29:36 EST 2016


On 03/10/2016 03:29 AM, Charles Huet wrote:
> Now the big difficulty in this would be to integrate XSLT2 capabilities into CMake.
[snip]
> Do you think this coule be viable ?

I'd prefer not to add yet another dependency (on xslt).  CTest defines
nothing about the format of the test output, besides DartMeasurement hooks.
It isn't guaranteed to even be displayed on a web page where having
custom HTML even makes sense.  This really should be done on the
CDash side.  You could use DartMeasurementFile to upload arbitrary
files with the CTest submission, and then teach CDash what to do with
them.

-Brad



More information about the cmake-developers mailing list