[CMake] status of cmake add_test in current cvs?

Dave Milter davemilter at gmail.com
Thu Jul 31 01:42:52 EDT 2008


During build  some executable testA was created,
later it was added to list of tests via ADD_TEST.

When I used last stable cmake with VS,
I have to alawys use hacks like:

GET_TARGET_PROPERTY(test_app_path test_app LOCATION)
STRING(REGEX REPLACE "\\$\\(.*\\)" "\${CTEST_CONFIGURATION_TYPE}"
        test_app_path "${test_app_path}")
ADD_TEST(test ${test_app_path} ...)



Are any plans to make it more comfortable?


More information about the CMake mailing list