summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 8268cbe..824905b 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -47,6 +47,14 @@ New Features
Configuration:
-------------
+ - Added new option for CMake to mark tests as SKIPPED.
+
+ HDF5_DISABLE_TESTS_REGEX is a REGEX string that will be checked with
+ test names and if there is a match then that test's property will be
+ set to DISABLED. HDF5_DISABLE_TESTS_REGEX can be initialized on the
+ command line: "-DHDF5_DISABLE_TESTS_REGEX:STRING=<regex>"
+ See CMake documentation for regex-specification.
+
- Added defaults to CMake for long double conversion checks
HDF5 performs a couple of checks at build time to see if long double