mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
* enable_testing must be called to enable testing * can only set properties on tests created in same directory * WILL_FAIL still fails on segfault and similar * compact wording
9 lines
320 B
ReStructuredText
9 lines
320 B
ReStructuredText
WILL_FAIL
|
|
---------
|
|
|
|
If set to true, this will invert the pass/fail flag of the test.
|
|
|
|
This property can be used for tests that are expected to fail and return a
|
|
non-zero return code. Note that system-level test failures such as segmentation
|
|
faults or heap errors will still fail the test even if ``WILL_FALL`` is true.
|