diff options
author | friendlyanon <friendlyanon_@hotmail.com> | 2022-12-30 14:11:17 (GMT) |
---|---|---|
committer | friendlyanon <friendlyanon_@hotmail.com> | 2023-01-13 12:33:39 (GMT) |
commit | 0661de58d845f537d070979f9b49dd05800a141e (patch) | |
tree | 84c9440a94d8755584c32c18b57cf51e5430d391 /Help/manual/ctest.1.rst | |
parent | bb52a1781a6eb29bce3c4847b9fc882dd198467a (diff) | |
download | CMake-0661de58d845f537d070979f9b49dd05800a141e.zip CMake-0661de58d845f537d070979f9b49dd05800a141e.tar.gz CMake-0661de58d845f537d070979f9b49dd05800a141e.tar.bz2 |
ctest(1): Add CTEST_NO_TESTS_ACTION env var
This environment variable provides a default value for the
--no-tests=<action> command line argument.
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 ========= |