[CMake] CTest/test target customisation
Alexander Neundorf
a.neundorf-work at gmx.net
Tue Sep 30 18:18:57 EDT 2008
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
> generate coverage information.
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 modify what "make Nightly" etc. do ?
Alex
More information about the CMake
mailing list