[CMake] ctest: dependency between tests

David Cole david.cole at kitware.com
Wed Feb 3 12:37:56 EST 2010


No bug necessary.

This is fixed in CVS HEAD of cmake already.

cmake --help-property DEPENDS
reports an error with cmake 2.8.0, but works in CVS HEAD of CMake


On Wed, Feb 3, 2010 at 11:47 AM, Bill Hoffman <bill.hoffman at kitware.com>wrote:

> Emmanuel Christophe wrote:
>
>> Hi,
>>
>> I discovered the -j option for ctest recently. I assume there is a way
>> to introduce some dependencies between the test (the input of one test
>> being produced by another test for example).
>> By searching along the line of set_tests_properties, or ctest
>> dependencies, I couldn't find anything.
>>
>> Can anybody point me to the right command or property?
>>
>>  Looks like a documentation bug...
>
> Here it is:
>  SET_TESTS_PROPERTIES ( complex PROPERTIES DEPENDS complexOneConfig)
>
> Can you add a bug for this.   Thanks.
>
> -Bill
>
>
> _______________________________________________
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100203/a215db4c/attachment.htm>


More information about the CMake mailing list