On Wednesday 10 March 2010 01:25:38 pm Matt McCormick wrote:
> Hi,
> 
> Is there a way to add a dependency for a test created with add_test() on
>  another test created with add_test() so 'ctest -jN' will work properly?
> 

set_tests_properties(test1 PROPERTIES DEPENDS test2)

Clint
_______________________________________________
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

Reply via email to