[CMake] Attaching files for dashboard submission

2011-10-13 Thread Tim Gallagher
Hi, I was looking around on the internet for how to attach files, specifically images, to CDash submissions with CTest. I saw some other mailing list posts related to it in which people said the attached files were showing up as plain text instead of images on the dashboard. The solution was

Re: [CMake] Attaching files for dashboard submission

2011-10-13 Thread David Cole
For now, no. ATTACHED_FILES uses a hard-coded file type: type=\file\ (in CMake/Source/CTest/cmCTestTestHandler.cxx, line 1293 in today's 'next') Instead of using ATTACHED_FILES, you could alternatively emit your own NamedMeasurement text in the stdout output stream of your test program. (Or