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

Reply via email to