[CMake] How to get the list of available test with ctest?

2012-07-18 Thread Nicolas Desprès
Hello,

I'm looking for a way to list all available tests with ctest, but
cannot find any. Basically a --list option for ctest, or something
like that. I need it because I would like to compare the list of
available tests for make and for ninja.

Thanks in advance,

-- 
Nicolas Desprès
--

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


Re: [CMake] How to get the list of available test with ctest?

2012-07-18 Thread David Cole
ctest -N

On Wed, Jul 18, 2012 at 6:16 AM, Nicolas Desprès
 wrote:
> Hello,
>
> I'm looking for a way to list all available tests with ctest, but
> cannot find any. Basically a --list option for ctest, or something
> like that. I need it because I would like to compare the list of
> available tests for make and for ninja.
>
> Thanks in advance,
>
> --
> Nicolas Desprès
> --
>
> 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
--

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


Re: [CMake] How to get the list of available test with ctest?

2012-07-18 Thread Nicolas Desprès
Thanks.

On Wed, Jul 18, 2012 at 1:12 PM, David Cole  wrote:
> ctest -N
>
> On Wed, Jul 18, 2012 at 6:16 AM, Nicolas Desprès
>  wrote:
>> Hello,
>>
>> I'm looking for a way to list all available tests with ctest, but
>> cannot find any. Basically a --list option for ctest, or something
>> like that. I need it because I would like to compare the list of
>> available tests for make and for ninja.
>>
>> Thanks in advance,
>>
>> --
>> Nicolas Desprès
>> --
>>
>> 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



-- 
Nicolas Desprès
--

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