diff options
author | Gabor Bencze <b.gabor98@gmail.com> | 2019-07-18 14:59:15 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2019-07-18 19:45:09 (GMT) |
commit | 407dd1a910b1232cf915db9afb9c09022c6e22a9 (patch) | |
tree | f643b4677e491b056c25af3e206405b6c8f9a02a /Help/command/add_test.rst | |
parent | d7955d4e5d3038930f333bf12e15a09c7ae6088c (diff) | |
download | CMake-407dd1a910b1232cf915db9afb9c09022c6e22a9.zip CMake-407dd1a910b1232cf915db9afb9c09022c6e22a9.tar.gz CMake-407dd1a910b1232cf915db9afb9c09022c6e22a9.tar.bz2 |
Help: Add documentation for SKIP_REGULAR_EXPRESSION test property
Diffstat (limited to 'Help/command/add_test.rst')
-rw-r--r-- | Help/command/add_test.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/command/add_test.rst b/Help/command/add_test.rst index 884b2ee..a77ba37 100644 --- a/Help/command/add_test.rst +++ b/Help/command/add_test.rst @@ -38,8 +38,9 @@ The given test command is expected to exit with code ``0`` to pass and non-zero to fail, or vice-versa if the :prop_test:`WILL_FAIL` test property is set. Any output written to stdout or stderr will be captured by :manual:`ctest(1)` but does not affect the pass/fail status -unless the :prop_test:`PASS_REGULAR_EXPRESSION` or -:prop_test:`FAIL_REGULAR_EXPRESSION` test property is used. +unless the :prop_test:`PASS_REGULAR_EXPRESSION`, +:prop_test:`FAIL_REGULAR_EXPRESSION` or +:prop_test:`SKIP_REGULAR_EXPRESSION` test property is used. The ``COMMAND`` and ``WORKING_DIRECTORY`` options may use "generator expressions" with the syntax ``$<...>``. See the |