summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-01-26 17:59:34 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-01-26 17:59:34 (GMT)
commitfefbcd3cb604f5942768d222124fc100394888d5 (patch)
tree39b5e4ac586d53d13a3047737058f17216266c5f /tools/test/h5repack
parent768636dbd77ea787a6a04dfc321ff3e862791db7 (diff)
downloadhdf5-fefbcd3cb604f5942768d222124fc100394888d5.zip
hdf5-fefbcd3cb604f5942768d222124fc100394888d5.tar.gz
hdf5-fefbcd3cb604f5942768d222124fc100394888d5.tar.bz2
HDFFV-10120 Tools test fail when zlib is disabled
Diffstat (limited to 'tools/test/h5repack')
-rw-r--r--tools/test/h5repack/CMakeTests.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/test/h5repack/CMakeTests.cmake b/tools/test/h5repack/CMakeTests.cmake
index ccd8d88..1717027 100644
--- a/tools/test/h5repack/CMakeTests.cmake
+++ b/tools/test/h5repack/CMakeTests.cmake
@@ -1080,7 +1080,10 @@
ADD_H5_TEST (upgrade_layout "TEST" ${FILE14})
# test for datum size > H5TOOLS_MALLOCSIZE
- ADD_H5_TEST (gt_mallocsize "TEST" ${FILE1} -f GZIP=1)
+ if (NOT USE_FILTER_DEFLATE)
+ set (TESTTYPE "SKIP")
+ endif ()
+ ADD_H5_TEST (gt_mallocsize ${TESTTYPE} ${FILE1} -f GZIP=1)
# Check repacking file with committed datatypes in odd configurations
ADD_H5_TEST (committed_dt "TEST" ${FILE15})