diff options
author | Michael Hirsch <scivision@users.noreply.gitlab.kitware.com> | 2021-05-31 03:29:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-02 14:30:21 (GMT) |
commit | 0d210b92faf8b2c6aa3e433781c10b1397c80e62 (patch) | |
tree | b16e836e4b82c2d7a1fe33bfa6c848db44fa7eeb /Help/manual | |
parent | bf4e49477360e4423eb3ab5dca46314919fb977e (diff) | |
download | CMake-0d210b92faf8b2c6aa3e433781c10b1397c80e62.zip CMake-0d210b92faf8b2c6aa3e433781c10b1397c80e62.tar.gz CMake-0d210b92faf8b2c6aa3e433781c10b1397c80e62.tar.bz2 |
Help: links to CMake regex syntax
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-presets.7.rst | 3 | ||||
-rw-r--r-- | Help/manual/ctest.1.rst | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Help/manual/cmake-presets.7.rst b/Help/manual/cmake-presets.7.rst index 57c8ccf..0bcd691 100644 --- a/Help/manual/cmake-presets.7.rst +++ b/Help/manual/cmake-presets.7.rst @@ -642,7 +642,8 @@ that may contain the following fields: An optional string specifying a regex for test names. Equivalent to passing ``--tests-regex`` on the command line. This field supports - macro expansion. + macro expansion. CMake regex syntax is described under + :ref:`string(REGEX) <Regex Specification>`. ``label`` diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 811997c..72ef259 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -158,7 +158,8 @@ Options See `Show as JSON Object Model`_. ``-L <regex>, --label-regex <regex>`` - Run tests with labels matching regular expression. + Run tests with labels matching regular expression as described under + :ref:`string(REGEX) <Regex Specification>`. This option tells CTest to run only the tests whose labels match the given regular expression. When more than one ``-L`` option is given, |