diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-10-19 18:10:42 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-10-19 18:10:42 (GMT) |
commit | a3f85138eeaee859a8aafeb654623a8bdb1db979 (patch) | |
tree | 02c1eee60e6e7eaf4ba936152bda192b510afd84 /tools/h5repack/CMakeTests.cmake | |
parent | adcf6bbefd7d9f12e31d7d90da4e90bfea4c2e45 (diff) | |
download | hdf5-a3f85138eeaee859a8aafeb654623a8bdb1db979.zip hdf5-a3f85138eeaee859a8aafeb654623a8bdb1db979.tar.gz hdf5-a3f85138eeaee859a8aafeb654623a8bdb1db979.tar.bz2 |
Add test for 1.8 version of testlib
Diffstat (limited to 'tools/h5repack/CMakeTests.cmake')
-rw-r--r-- | tools/h5repack/CMakeTests.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5repack/CMakeTests.cmake b/tools/h5repack/CMakeTests.cmake index 367a61f..08420ff 100644 --- a/tools/h5repack/CMakeTests.cmake +++ b/tools/h5repack/CMakeTests.cmake @@ -413,7 +413,7 @@ set (FILE18 h5repack_layout2.h5) set (FILE_REF h5repack_refs.h5) set (FILE_ATTR_REF h5repack_attr_refs.h5) - + # Remove any output file left over from previous test run add_test ( NAME H5REPACK-clearall-objects @@ -990,7 +990,7 @@ ############################################################################## ### 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,1,9,235) + ADD_H5_UD_TEST (plugin_version_test 0 h5repack_layout.h5 -v -f UD=260,4,9,1,8,18) ADD_H5_UD_TEST (plugin_test 0 h5repack_layout.h5 -v -f UD=257,1,9) ADD_H5_UD_TEST (plugin_none 0 h5repack_layout.UD.h5 -v -f NONE) # check for no parameters |