Re: [CMake] Using CTest with a different dashboard

2011-11-11 Thread Michael Hertling
On 11/09/2011 06:06 PM, EXT-York, Gantry wrote: > I'm looking for suggestions from someone who has used CTest to report results > to a dashboard other than CDash. > > I'd like to be able to simply type > > gmake test TESTOPTS="-report" > > then have CTest traverse all the directories and run th

[CMake] Using CTest with a different dashboard

2011-11-09 Thread EXT-York, Gantry
I'm looking for suggestions from someone who has used CTest to report results to a dashboard other than CDash. I'd like to be able to simply type gmake test TESTOPTS="-report" then have CTest traverse all the directories and run the defined tests. Not only would I like it to run these tests,