The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=12654 ====================================================================== Reported By: Denis Scherbakov Assigned To: ====================================================================== Project: CMake Issue ID: 12654 Category: CMake Reproducibility: always Severity: minor Priority: low Status: new ====================================================================== Date Submitted: 2012-01-04 11:22 EST Last Modified: 2012-01-04 11:22 EST ====================================================================== Summary: CMake allows dependency on non-existing tests Description: During configuration step (and a CTest run afterwards) CMake does not complain that tests depends on non-existent tests.
ADD_EXECUTABLE(myExe) ADD_TEST(NAME myTest COMMAND myExe) SET_TESTS_PROPERTIES(myTest PROPERTIES DEPENDS myNonExistentTest) ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2012-01-04 11:22 Denis ScherbakovNew Issue ====================================================================== -- 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
