diff options
author | Brad King <brad.king@kitware.com> | 2014-01-15 15:12:04 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-01-15 15:12:04 (GMT) |
commit | c4e5e17f38c1b168fa3cfeb41f9fbc5f4186b111 (patch) | |
tree | 27c933245553ee9dae85527bccc0c9fe7eb30ac1 /Help/manual | |
parent | 4c7bac45ae1347ebea6709a7fdf59f50ff7bbb15 (diff) | |
parent | 3a0d164bb2fa03966cdd7a17c0ce63b4d54f05b7 (diff) | |
download | CMake-c4e5e17f38c1b168fa3cfeb41f9fbc5f4186b111.zip CMake-c4e5e17f38c1b168fa3cfeb41f9fbc5f4186b111.tar.gz CMake-c4e5e17f38c1b168fa3cfeb41f9fbc5f4186b111.tar.bz2 |
Merge topic 'skip-return-code'
3a0d164b allow to mark a test as "Not Run" with a specific return code (#8466)
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index d569e31..c0ec0fe 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -247,6 +247,7 @@ Properties on Tests /prop_test/REQUIRED_FILES /prop_test/RESOURCE_LOCK /prop_test/RUN_SERIAL + /prop_test/SKIP_RETURN_CODE /prop_test/TIMEOUT /prop_test/WILL_FAIL /prop_test/WORKING_DIRECTORY |