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
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