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 _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
