summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack/CMakeTests.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-09-08 15:00:35 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-09-08 15:00:35 (GMT)
commitff2c10c3f0f2174545e608dfbf668a05ad8d0f10 (patch)
treebf4fa5b6d918a7b95fcc306bf7b53e939b786d47 /tools/test/h5repack/CMakeTests.cmake
parent4fcaec88a98e18f5f9c1ab8e7fd940ee9073a7a6 (diff)
parentaab6d2466f9640d1e08287b0e407124234f6022b (diff)
downloadhdf5-ff2c10c3f0f2174545e608dfbf668a05ad8d0f10.zip
hdf5-ff2c10c3f0f2174545e608dfbf668a05ad8d0f10.tar.gz
hdf5-ff2c10c3f0f2174545e608dfbf668a05ad8d0f10.tar.bz2
Merge pull request #661 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'aab6d2466f9640d1e08287b0e407124234f6022b': HDFFV-10276 Remove whitespace HDFFV-10276 Remove whitespace HDFFV-10276 Add UD flag option to h5repack
Diffstat (limited to 'tools/test/h5repack/CMakeTests.cmake')
-rw-r--r--tools/test/h5repack/CMakeTests.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/test/h5repack/CMakeTests.cmake b/tools/test/h5repack/CMakeTests.cmake
index 225f6a8..dfdbb14 100644
--- a/tools/test/h5repack/CMakeTests.cmake
+++ b/tools/test/h5repack/CMakeTests.cmake
@@ -1256,15 +1256,15 @@
##############################################################################
### P L U G I N T E S T S
##############################################################################
- ADD_H5_UD_TEST (plugin_version_test 0 h5repack_layout.h5 -v -f UD=260,4,9,${H5_VERS_MAJOR},${H5_VERS_MINOR},${H5_VERS_RELEASE})
- ADD_H5_UD_TEST (plugin_test 0 h5repack_layout.h5 -v -f UD=257,1,9)
+ ADD_H5_UD_TEST (plugin_version_test 0 h5repack_layout.h5 -v -f UD=260,0,4,9,${H5_VERS_MAJOR},${H5_VERS_MINOR},${H5_VERS_RELEASE})
+ ADD_H5_UD_TEST (plugin_test 0 h5repack_layout.h5 -v -f UD=257,0,1,9)
ADD_H5_UD_TEST (plugin_none 0 h5repack_layout.UD.h5 -v -f NONE)
# check for no parameters
set (TESTRETVAL 255)
if (WIN32)
set (TESTRETVAL -1)
endif ()
- ADD_H5_CMP_TEST (plugin_zero "" "TEST" ${TESTRETVAL} h5repack_layout.h5 -v -f UD=250,0)
+ ADD_H5_CMP_TEST (plugin_zero "" "TEST" ${TESTRETVAL} h5repack_layout.h5 -v -f UD=250,0,0)
if (HDF5_TEST_VFD)
# Run test with different Virtual File Driver