mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Help: Valid range for test property, SKIP_RETURN_CODE, is 0 to 255, inclusive
This commit is contained in:
@@ -6,4 +6,5 @@ Return code to mark a test as skipped.
|
|||||||
Sometimes only a test itself can determine if all requirements for the
|
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
|
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
|
a return code of the process can be specified that will mark the test as
|
||||||
``Not Run`` if it is encountered.
|
``Not Run`` if it is encountered. Valid values are in the range of
|
||||||
|
0 to 255, inclusive.
|
||||||
|
|||||||
Reference in New Issue
Block a user