summaryrefslogtreecommitdiffstats
path: root/tools/h5ls
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-03-01 18:33:32 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-03-01 18:33:32 (GMT)
commit1f4602f73b46fc4de4e711d4d743c9b049179ea2 (patch)
tree9d86754744e837bf61ec79ac9fbe051d907e98cb /tools/h5ls
parent718f16c86456ada744aac3e7e74ea40ae95f11da (diff)
downloadhdf5-1f4602f73b46fc4de4e711d4d743c9b049179ea2.zip
hdf5-1f4602f73b46fc4de4e711d4d743c9b049179ea2.tar.gz
hdf5-1f4602f73b46fc4de4e711d4d743c9b049179ea2.tar.bz2
HDFFV-10120 verify nozlib checks and synchronize scripts with develop
Diffstat (limited to 'tools/h5ls')
-rw-r--r--tools/h5ls/CMakeTests.cmake8
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/h5ls/CMakeTests.cmake b/tools/h5ls/CMakeTests.cmake
index f995c74..ad54cc2 100644
--- a/tools/h5ls/CMakeTests.cmake
+++ b/tools/h5ls/CMakeTests.cmake
@@ -431,8 +431,14 @@
ADD_H5_TEST (tdataregle 0 -v tdatareg.h5)
endif ()
+# test for file with datasets that use Fixed Array chunk indices
+ if (USE_FILTER_DEFLATE)
+ # data read internal filters
+ ADD_H5_TEST (tdset_idx 0 -w80 -d tdset_idx.h5)
+ endif (USE_FILTER_DEFLATE)
+
+
##############################################################################
### P L U G I N T E S T S
##############################################################################
ADD_H5_UD_TEST (h5ls_plugin_test 0 tudfilter -w80 -d tudfilter.h5)
-