CTEST_NO_TESTS_ACTION.rst 415 B

1234567891011121314
  1. CTEST_NO_TESTS_ACTION
  2. ---------------------
  3. .. versionadded:: 3.26
  4. .. include:: ENV_VAR.txt
  5. Environment variable that controls how :manual:`ctest <ctest(1)>` handles
  6. cases when there are no tests to run. Possible values are: ``error``,
  7. ``ignore``, empty or unset.
  8. The :option:`--no-tests=\<action\> <ctest --no-tests>` option to
  9. :manual:`ctest <ctest(1)>` overrides this environment variable if both
  10. are given.