https://github.com/Kitware/CMake
Raw File
Tip revision: 3cc3d42aba879fff5e85b363ae8f21386a3f9f9b authored by Brad King on 06 October 2020, 12:28:17 UTC
CMake 3.18.4
Tip revision: 3cc3d42
SKIP_RETURN_CODE.rst
SKIP_RETURN_CODE
----------------

Return code to mark a test as skipped.

Sometimes only a test itself can determine if all requirements for the
test are met. If such a situation should not be considered a hard failure
a return code of the process can be specified that will mark the test as
``Not Run`` if it is encountered. Valid values are in the range of
0 to 255, inclusive.

See also the :prop_test:`SKIP_REGULAR_EXPRESSION` property.
back to top