[CMake] Strange test failure

Nils Gladitz nilsgladitz at gmail.com
Fri Jan 20 02:40:57 EST 2017


On 01/20/2017 12:59 AM, Aaron Boxer wrote:

> I have a test in my ctest suite that fails both with
> and without a ! at the beginning of the test.
>
> So,
>
> FOO -BAR -BAZ
>
> fails
>
> and
>
> !FOO -BAR -BAZ
>
> fails.

I am not aware of "!" having any special meaning in the context of 
CTest. Can you elaborate?

>
> Any ideas, or how can I get more info on the failure ?

ctest -V or ctest --output-on-failure might help.

What type of failure does CTest indicate?

Nils


More information about the CMake mailing list