diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-12-20 04:44:54 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-12-20 04:44:54 (GMT) |
commit | eefddf281366e8327dd7397db4a2f2e7edabcf17 (patch) | |
tree | 913e8a1ed10612b40fd6b8c6976e2dbdfc647467 /test/CMakeLists.txt | |
parent | ab3963b28e59419f8e857ec224dd4efa3ea6dd8e (diff) | |
download | hdf5-eefddf281366e8327dd7397db4a2f2e7edabcf17.zip hdf5-eefddf281366e8327dd7397db4a2f2e7edabcf17.tar.gz hdf5-eefddf281366e8327dd7397db4a2f2e7edabcf17.tar.bz2 |
Bring new/updated tests from revise+chunks branch: flush1/flush2 update and
flushrefresh test. (Also refactor of message send / wait code)
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 0197524..35884d0 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -319,6 +319,7 @@ set (H5_CHECK_TESTS tcheck_version testmeta links_env + flushrefresh ) foreach (test ${H5_CHECK_TESTS}) |