diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2017-04-21 19:56:09 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2017-04-24 19:42:40 (GMT) |
commit | 25a7f14fe2ddd3555c8d8a8f33dea7abbd7061e6 (patch) | |
tree | 22bde0d4e19221aa2275707a8add4d37a3914f7d /Help | |
parent | ab8bbef9c6e588bc023ec8a773c78e33e3a61813 (diff) | |
download | CMake-25a7f14fe2ddd3555c8d8a8f33dea7abbd7061e6.zip CMake-25a7f14fe2ddd3555c8d8a8f33dea7abbd7061e6.tar.gz CMake-25a7f14fe2ddd3555c8d8a8f33dea7abbd7061e6.tar.bz2 |
Help: add release notes
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/ctest_test-ignore-skipped-tests.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/ctest_test-ignore-skipped-tests.rst b/Help/release/dev/ctest_test-ignore-skipped-tests.rst new file mode 100644 index 0000000..1e2486c --- /dev/null +++ b/Help/release/dev/ctest_test-ignore-skipped-tests.rst @@ -0,0 +1,7 @@ +ctest_test-ignore-skipped-tests +------------------------------- + +* When running tests, CTest learned to treat skipped tests (using the + :prop_test:`SKIP_RETURN_CODE` property) the same as tests with the + :prop_test:`DISABLED` property. Due to this change, CTest will not indicate + failure when all tests are either skipped or pass. |