Sha256: a264f8bf7f198384cdeaad05096e8c39283c536202eb989dd887fe0c9604f05d

Contents?: true

Size: 490 Bytes

Versions: 1

Compression:

Stored size: 490 Bytes

Contents

SKIP_REGULAR_EXPRESSION
-----------------------

If the output matches this regular expression the test will be marked as skipped.

If set, if the output matches one of specified regular expressions,
the test will be marked as skipped.  Example:

.. code-block:: cmake

  set_property(TEST mytest PROPERTY
    SKIP_REGULAR_EXPRESSION "[^a-z]Skip" "SKIP" "Skipped"
  )

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

See also the :prop_test:`SKIP_RETURN_CODE` property.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zxing_cpp_no_cmake-0.1.2 ext/zxing/cmake/share/cmake-3.16/Help/prop_test/SKIP_REGULAR_EXPRESSION.rst