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/CMakeTests.cmake | |
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/CMakeTests.cmake')
-rw-r--r-- | test/CMakeTests.cmake | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake index 0ccb557..5b3d0bf 100644 --- a/test/CMakeTests.cmake +++ b/test/CMakeTests.cmake @@ -440,6 +440,13 @@ set (test_CLEANFILES tvlstr.h5 tvlstr2.h5 flush.h5 + flush-swmr.h5 + noflush.h5 + noflush-swmr.h5 + flush_extend.h5 + flush_extend-swmr.h5 + noflush_extend.h5 + noflush_extend-swmr.h5 enum1.h5 titerate.h5 ttsafe.h5 @@ -508,6 +515,11 @@ set (test_CLEANFILES vds_src_0.h5 vds_src_1.h5 tbogus.h5.copy + flushrefresh.h5 + flushrefresh_VERIFICATION_START + flushrefresh_VERIFICATION_CHECKPOINT1 + flushrefresh_VERIFICATION_CHECKPOINT2 + flushrefresh_VERIFICATION_DONE accum_swmr_big.h5 ohdr_swmr.h5 cache_logging.h5 @@ -871,6 +883,11 @@ set_tests_properties (H5PLUGIN-plugin PROPERTIES ) ############################################################################## +### S W M R T E S T S +############################################################################## +# testflushrefresh.sh: flushrefresh + +############################################################################## ############################################################################## ### V F D T E S T S ### ############################################################################## |