summaryrefslogtreecommitdiff
path: root/share/cmake-3.5/Help/prop_test/FAIL_REGULAR_EXPRESSION.rst
blob: facf90255d4701921877e9f2b8f24170dce2bd6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FAIL_REGULAR_EXPRESSION
-----------------------

If the output matches this regular expression the test will fail.

If set, if the output matches one of specified regular expressions,
the test will fail.  Example:

.. code-block:: cmake

  set_tests_properties(mytest PROPERTIES
    FAIL_REGULAR_EXPRESSION "[^a-z]Error;ERROR;Failed"
  )

``FAIL_REGULAR_EXPRESSION`` expects a list of regular expressions.