diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-03-26 19:00:27 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-03-26 19:00:34 (GMT) |
commit | 6e2e4610878ccf3709fb2bb305bfd4eb11289ba5 (patch) | |
tree | bcfe42e86109b36e6699fecbac1344fa027023e3 /release_docs/INSTALL_CMake.txt | |
parent | b530043b7a3dc29c56f567f090d1a6831330e46f (diff) | |
download | hdf5-6e2e4610878ccf3709fb2bb305bfd4eb11289ba5.zip hdf5-6e2e4610878ccf3709fb2bb305bfd4eb11289ba5.tar.gz hdf5-6e2e4610878ccf3709fb2bb305bfd4eb11289ba5.tar.bz2 |
HDFFV-10741 - add option to skip tool error stack tests
Diffstat (limited to 'release_docs/INSTALL_CMake.txt')
-rw-r--r-- | release_docs/INSTALL_CMake.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt index 233c2cc..7505196 100644 --- a/release_docs/INSTALL_CMake.txt +++ b/release_docs/INSTALL_CMake.txt @@ -652,6 +652,7 @@ HDF5_STRICT_FORMAT_CHECKS "Whether to perform strict file format checks" HDF_TEST_EXPRESS "Control testing framework (0-3)" "0" HDF5_TEST_VFD "Execute tests with different VFDs" OFF HDF5_TEST_VOL "Execute tests with different VOL connectors" OFF +SKIP_ERROR_STACK_TESTS "Skip tests that check the error stack" OFF HDF5_USE_16_API_DEFAULT "Use the HDF5 1.6.x API by default" OFF HDF5_USE_18_API_DEFAULT "Use the HDF5 1.8.x API by default" OFF HDF5_USE_110_API_DEFAULT "Use the HDF5 1.10.x API by default" OFF |