mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 09:59:20 -05:00
9784834b4c
So, editor(s) can correctly highlight the RST syntax in the included files.
15 lines
423 B
ReStructuredText
15 lines
423 B
ReStructuredText
CTEST_NO_TESTS_ACTION
|
|
---------------------
|
|
|
|
.. versionadded:: 3.26
|
|
|
|
.. include:: include/ENV_VAR.rst
|
|
|
|
Environment variable that controls how :manual:`ctest <ctest(1)>` handles
|
|
cases when there are no tests to run. Possible values are: ``error``,
|
|
``ignore``, empty or unset.
|
|
|
|
The :option:`--no-tests=\<action\> <ctest --no-tests>` option to
|
|
:manual:`ctest <ctest(1)>` overrides this environment variable if both
|
|
are given.
|