summaryrefslogtreecommitdiffstats
path: root/tools/test/misc/CMakeTestsRepart.cmake
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2018-11-18 06:39:27 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2018-11-18 06:39:27 (GMT)
commitd0d360ff2d6afb275836645d01d5d6ddbed39caa (patch)
tree577fee05a1103303fcf1ce0208175cf4c241e59b /tools/test/misc/CMakeTestsRepart.cmake
parent59c28780d35924b6512fe18a0eeb49d55e03f0fc (diff)
parente9125d6a9960a588244998e959598a27d3c8d352 (diff)
downloadhdf5-d0d360ff2d6afb275836645d01d5d6ddbed39caa.zip
hdf5-d0d360ff2d6afb275836645d01d5d6ddbed39caa.tar.gz
hdf5-d0d360ff2d6afb275836645d01d5d6ddbed39caa.tar.bz2
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into stackable_vol
Diffstat (limited to 'tools/test/misc/CMakeTestsRepart.cmake')
-rw-r--r--tools/test/misc/CMakeTestsRepart.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/test/misc/CMakeTestsRepart.cmake b/tools/test/misc/CMakeTestsRepart.cmake
index 37da903..830de11 100644
--- a/tools/test/misc/CMakeTestsRepart.cmake
+++ b/tools/test/misc/CMakeTestsRepart.cmake
@@ -68,6 +68,7 @@
scd_family00001.h5
scd_family00002.h5
scd_family00003.h5
+ family_to_single.h5
family_to_sec2.h5
)
if (NOT "${last_test}" STREQUAL "")
@@ -84,6 +85,10 @@
set_tests_properties (H5REPART-h5repart_5K PROPERTIES DEPENDS H5REPART-clearall-objects)
# convert family file to sec2 file of 20,000 bytes
+ add_test (NAME H5REPART-h5repart_single COMMAND $<TARGET_FILE:h5repart> -m 20000 -family_to_single family_file%05d.h5 family_to_single.h5)
+ set_tests_properties (H5REPART-h5repart_single PROPERTIES DEPENDS H5REPART-clearall-objects)
+
+ # convert family file to sec2 file of 20,000 bytes (old argument)
add_test (NAME H5REPART-h5repart_sec2 COMMAND $<TARGET_FILE:h5repart> -m 20000 -family_to_sec2 family_file%05d.h5 family_to_sec2.h5)
set_tests_properties (H5REPART-h5repart_sec2 PROPERTIES DEPENDS H5REPART-clearall-objects)