summaryrefslogtreecommitdiffstats
path: root/tools/test/misc/CMakeTestsRepart.cmake
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-11-14 21:37:31 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-11-14 21:37:31 (GMT)
commit3edd97731e90b7fc3a378e2c6e9c043a23327d93 (patch)
tree448c0dcbe6807d21e660f89b5845a65ce2828062 /tools/test/misc/CMakeTestsRepart.cmake
parentca1788e0823b6915eec785de3a880987eae54a2a (diff)
downloadhdf5-3edd97731e90b7fc3a378e2c6e9c043a23327d93.zip
hdf5-3edd97731e90b7fc3a378e2c6e9c043a23327d93.tar.gz
hdf5-3edd97731e90b7fc3a378e2c6e9c043a23327d93.tar.bz2
Renamed h5repart's -family_to_sec2 to -family_to_single.
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)