diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-05-20 17:07:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-20 17:07:32 (GMT) |
commit | c1c4db3c4a0cbef6eceaab2f069e895936fbbe34 (patch) | |
tree | f349714138ae4541074586c85038d3a7bcb9be8d /release_docs | |
parent | 343d4775674a5595be42acf35dcabcc0954683a1 (diff) | |
download | hdf5-c1c4db3c4a0cbef6eceaab2f069e895936fbbe34.zip hdf5-c1c4db3c4a0cbef6eceaab2f069e895936fbbe34.tar.gz hdf5-c1c4db3c4a0cbef6eceaab2f069e895936fbbe34.tar.bz2 |
Change TestExpress #1722 (#1778)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL | 2 | ||||
-rw-r--r-- | release_docs/INSTALL_CMake.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL index 9e2c5a7..c5cb6f8 100644 --- a/release_docs/INSTALL +++ b/release_docs/INSTALL @@ -502,7 +502,7 @@ CONTENTS The HDF5 tests can take a long time to run on some systems. To perform a faster (but less thorough) test, set the HDF5TestExpress environment variable to 2 or 3 (with 3 being the shortest run). To perform a - longer test, set HDF5TestExpress to 0. 1 is the default. + longer test, set HDF5TestExpress to 0. 3 is the default. 4.6. Installing HDF5 The HDF5 library, include files, and support programs can be diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt index c93ed51..d51522f 100644 --- a/release_docs/INSTALL_CMake.txt +++ b/release_docs/INSTALL_CMake.txt @@ -769,7 +769,7 @@ HDF5_BUILD_FRAMEWORKS "TRUE to build as frameworks libraries, FALSE to build according to BUILD_SHARED_LIBS" FALSE HDF5_PACKAGE_EXTLIBS "CPACK - include external libraries" OFF HDF5_STRICT_FORMAT_CHECKS "Whether to perform strict file format checks" OFF -HDF_TEST_EXPRESS "Control testing framework (0-3)" "0" +HDF_TEST_EXPRESS "Control testing framework (0-3)" "3" HDF5_TEST_VFD "Execute tests with different VFDs" OFF DEFAULT_API_VERSION "Enable default API (v16, v18)" "v18" HDF5_USE_FOLDERS "Enable folder grouping of projects in IDEs." OFF |