On Tuesday 22 February 2011, Sebastian Schaetz wrote: > Hi, > > I was wondering if there was a way to access a list of all tests that were > added using "add_test". Ideal would be to access the binary names and full > path of the tests, like a variable that contains all of them or something.
No, there is not AFAIK. What you coudl do is adding a wrapper macro like my_add_test(), which collects that information somewhere. Alex _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
