Re: [CMake] Ctest and custom measurements

2014-08-06 Thread ycollette . nospam
i 30 Juillet 2014 18:07:08 Objet: Re: [CMake] Ctest and custom measurements OK, I will try to make a patch. YC - Mail original - De: "David Cole" À: "ycollette nospam" Cc: cmake@cmake.org Envoyé: Mercredi 30 Juillet 2014 17:42:07 Objet: Re: [CMake] Ctest and custom me

Re: [CMake] Ctest and custom measurements

2014-07-30 Thread ycollette . nospam
OK, I will try to make a patch. YC - Mail original - De: "David Cole" À: "ycollette nospam" Cc: cmake@cmake.org Envoyé: Mercredi 30 Juillet 2014 17:42:07 Objet: Re: [CMake] Ctest and custom measurements > By the way, this should be better document

Re: [CMake] Ctest and custom measurements

2014-07-30 Thread David Cole via CMake
> By the way, this should be better documented in the cmake / ctest > documentation. > And we should be allowed to add measurements like these in the log: > Log message - date - 0.1 I agree on both points. I would go even farther and say what you were trying to do originally should have "just work

Re: [CMake] Ctest and custom measurements

2014-07-30 Thread ycollette . nospam
ole" Cc: cmake@cmake.org Envoyé: Mercredi 30 Juillet 2014 13:01:31 Objet: Re: [CMake] Ctest and custom measurements Thanks for the answer. After some trial, I found that I must use and not . I also found that to build a correct measurement, the opening tag must be at the beginning of the lin

Re: [CMake] Ctest and custom measurements

2014-07-30 Thread ycollette . nospam
message - date - " part) YC - Mail original - De: "David Cole" À: "ycollette nospam" , cmake@cmake.org Envoyé: Mercredi 30 Juillet 2014 12:48:23 Objet: Re: [CMake] Ctest and custom measurements Unfortunately, I always have to resort to source code analysis to fig

Re: [CMake] Ctest and custom measurements

2014-07-30 Thread David Cole via CMake
ognized like the legacy format One of these days, perhaps an easier way will find its way into the source code. For now, try the legacy technique and let us know if it works out for you. HTH, David C. -Original Message- From: ycollette.nospam To: cmake Sent: Tue, Jul 29, 2014 10:44

[CMake] Ctest and custom measurements

2014-07-29 Thread ycollette . nospam
Hello, I've got an executable built using cmake. I use ctest to test my executable. Each time the executable is executed, a log file on std::cout is produced. I the log file, I added the following XML tags: 0.33 I don't see these named measurements in the xml file produced by ctest -D NighlyS