Re: [CMake] CTest/test target customisation

2008-10-01 Thread Alexander Neundorf
On Wednesday 01 October 2008, Mike Arthur wrote: > On Tuesday 30 September 2008 23:18:57 Alexander Neundorf wrote: > > So you want it to run your tests added using add_test(). This is what it > > does. "make test" alone doesn't update from svn or submit build logs. I > > guess you mean you want to

Re: [CMake] CTest/test target customisation

2008-09-30 Thread Alexander Neundorf
On Thursday 11 September 2008, Mike Arthur wrote: > I'm having some frustrations with trying to customise CTest's support in > CMake. > > Our testing system does not involve using CDash/Dart but our own continuous > integration system so as a result I want "make test" to run our tests and > generat

[CMake] CTest/test target customisation

2008-09-11 Thread Mike Arthur
I'm having some frustrations with trying to customise CTest's support in CMake. Our testing system does not involve using CDash/Dart but our own continuous integration system so as a result I want "make test" to run our tests and generate coverage information. Maybe I'm just being stupid but i