cmake/Help/prop_test/WILL_FAIL.rst

9 lines
320 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
WILL_FAIL
---------
If set to true, this will invert the pass/fail flag of the test.
2023-07-02 19:51:09 +02:00
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.