Hello,

I've been wondering about the test setup in Tests/CMakeLists.txt.
Is CMAKE_CTEST_COMMAND in that context the newly build ctest or the old one that performed the build? Does CMAKE_CTEST_COMMAND when invoked with "--build-and-test" perhaps run that build and test with the new binaries?

I'm basically trying to figure out which version of cmake I can expect for which cmake/ctest scripts and whether I am correctly testing newly implemented behavior or incorrectly testing the outdated behavior from an previous build. Some of the scripts reference ancient versions of cmake and I am scared of breaking them by introducing features that are not available in them.

Are there additional reasons why newer features should be kept out of certain scripts?

Nils
--

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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to