summaryrefslogtreecommitdiffstats
path: root/test/dsets.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-11-15 23:14:35 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-11-16 15:04:51 (GMT)
commit637a8f7562c32f1b76b6ff67926baa2b816a3355 (patch)
treee26cf6ac62d625e0edab2b15aae9a493538ba907 /test/dsets.c
parentdc487ebad857d127a97a29d1cc7c55a6a38f30d1 (diff)
downloadhdf5-637a8f7562c32f1b76b6ff67926baa2b816a3355.zip
hdf5-637a8f7562c32f1b76b6ff67926baa2b816a3355.tar.gz
hdf5-637a8f7562c32f1b76b6ff67926baa2b816a3355.tar.bz2
Correct linkage of filters and other libs
Diffstat (limited to 'test/dsets.c')
-rw-r--r--test/dsets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dsets.c b/test/dsets.c
index 4088304..0fff2d1 100644
--- a/test/dsets.c
+++ b/test/dsets.c
@@ -2087,7 +2087,7 @@ test_get_filter_info(void)
#ifdef H5_HAVE_FILTER_SZIP
if(H5Zget_filter_info(H5Z_FILTER_SZIP, &flags) < 0) TEST_ERROR
- if(SZ_encoder_enabled()) {
+ if(H5Z_SZIP->encoder_present) {
if(((flags & H5Z_FILTER_CONFIG_ENCODE_ENABLED) == 0) ||
((flags & H5Z_FILTER_CONFIG_DECODE_ENABLED) == 0))
TEST_ERROR