diff options
| author | Brad King <brad.king@kitware.com> | 2023-01-17 14:17:52 (GMT) |
|---|---|---|
| committer | Kitware Robot <kwrobot@kitware.com> | 2023-01-17 14:18:04 (GMT) |
| commit | dd18be5ebf6486486a272f47df3318d1db3a03cc (patch) | |
| tree | abb3a3469eba5704c5a458c30f1485731f91028d /Help/manual/ctest.1.rst | |
| parent | 99c6e032d65b74281ca80079f71c28e171579e01 (diff) | |
| parent | 0661de58d845f537d070979f9b49dd05800a141e (diff) | |
| download | CMake-dd18be5ebf6486486a272f47df3318d1db3a03cc.zip CMake-dd18be5ebf6486486a272f47df3318d1db3a03cc.tar.gz CMake-dd18be5ebf6486486a272f47df3318d1db3a03cc.tar.bz2 | |
Merge topic 'ctest-no-tests-action-env-var'
0661de58d8 ctest(1): Add CTEST_NO_TESTS_ACTION env var
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !8044
Diffstat (limited to 'Help/manual/ctest.1.rst')
| -rw-r--r-- | Help/manual/ctest.1.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 30a9eae..5e82faa 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -435,6 +435,11 @@ Run Tests unifies the behavior of CTest by either returning an error code if no tests were found or by ignoring it. + .. versionadded:: 3.26 + + This option can also be set by setting the :envvar:`CTEST_NO_TESTS_ACTION` + environment variable. + View Help ========= |
