diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-02-20 20:21:08 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-02-20 20:21:08 (GMT) |
commit | b30e37ea78a85c9a2e3abda7fddaabb636935b1c (patch) | |
tree | ae7e602f229221e664baf6c90eb4ee99edbd9fe1 /tools/h5repack | |
parent | d0ae86bc64d2bfedeeb605951eb2ca73a4d6b0b9 (diff) | |
download | hdf5-b30e37ea78a85c9a2e3abda7fddaabb636935b1c.zip hdf5-b30e37ea78a85c9a2e3abda7fddaabb636935b1c.tar.gz hdf5-b30e37ea78a85c9a2e3abda7fddaabb636935b1c.tar.bz2 |
[svn-r24725] HDFFV-8629: h5repack will not attempt to remove UD filters. h5repack requires a check for UD filters that also must check if the filter can be dynamically loaded. This require a change in the library that checks for this.
Tested: locally and reviewed
Diffstat (limited to 'tools/h5repack')
-rw-r--r-- | tools/h5repack/CMakeTests.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/CMakeTests.cmake b/tools/h5repack/CMakeTests.cmake index 95288f0..3252c30 100644 --- a/tools/h5repack/CMakeTests.cmake +++ b/tools/h5repack/CMakeTests.cmake @@ -1066,7 +1066,7 @@ ADD_H5_VERIFY_TEST (ckdim_smaller "TEST" 0 h5repack_layout3.h5 chunk_unlimit3 CO ############################################################################## IF (BUILD_SHARED_LIBS) 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) + ADD_H5_UD_TEST (plugin_none 0 h5repack_layout.UD.h5 -v -f NONE) ELSE (BUILD_SHARED_LIBS) MESSAGE (STATUS " **** Plugins libraries must be built as shared libraries **** ") ADD_TEST ( |