Re: [CMake] how to submit customized test report

2011-01-05 Thread girish hilage
VE_RECURSE ${CTEST_BINARY_DIRECTORY}/Testing/) FILE (GLOB_RECURSE item "${CTEST_BINARY_DIRECTORY}/Testing/Test.xml") FOREACH(filename ${item}) .. use Test.xml .. ENDFOREACH(filename ${item}) Regards, Girish --- On Tue, 1/4/11, Tyler Roscoe wrote: From: Tyler Roscoe Subject: Re: [CMake] how to su

Re: [CMake] how to submit customized test report

2011-01-04 Thread Tyler Roscoe
On Mon, Jan 03, 2011 at 05:48:13AM -0800, girish hilage wrote: >    So, now I have to edit Test.xml generated by 'ctest' under directory : >    /home/girish/project/trunk/Testing/20110103-1027/ > >    What I would like to know is, if there is any 'CTEST_' variable which > would give me path of t

Re: [CMake] how to submit customized test report

2011-01-03 Thread girish hilage
ental tag' which is shown in the output (Use Experimental tag: 20110103-1027) if we give -VV option to ctest, so that I can construct path to Test.xml?    Or can we ask 'ctest' to generate Test.xml at some pre-specified path? Regards, Girish --- On Mon, 1/3/11, David Cole w

Re: [CMake] how to submit customized test report

2011-01-03 Thread David Cole
What is the contents of ""? CDash only parses/recognizes the formats that ctest sends it. Is your file a replacement for "Test.xml"? Or do you mean to send additional data beyond what is found in Test.xml? Have you looked at the examples and schema found here? http://public.kitware.com/Wiki/CDash