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-23 13:04:14 (GMT)
commit2b616c7c183592010bcfa151060f52f729d01867 (patch)
treee1af95e241da39dcc4e6e9bdf780404c27b44f90 /tools/test/misc/CMakeTestsRepart.cmake
parent67db60c2c293be2a949fadadbe5b8e5fd4fb658a (diff)
downloadhdf5-2b616c7c183592010bcfa151060f52f729d01867.zip
hdf5-2b616c7c183592010bcfa151060f52f729d01867.tar.gz
hdf5-2b616c7c183592010bcfa151060f52f729d01867.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)