I am currently checking my unittests with valgrind by using
ctest -T memcheck
I would like to create an XML output by setting
MEMORYCHECK_COMMAND_OPTIONS="--xml=yes --xml-file=valgrind.xml
Now the problem is that i only get the logfile for the last testcase run. All others are overwritten.
What I need, but have not found in the documentation is to add the Testname or the Testnumber to the xml logfile name.
Any ideas how to get them?