summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/testh5repack_detect_szip.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-02-27 20:05:23 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-02-27 20:05:23 (GMT)
commit3a713f80759f030279fce816b524880dd5c77752 (patch)
treef97853b779576ce24af4de2f28864039d9e3dcfd /tools/h5repack/testh5repack_detect_szip.c
parentdeec94bf4a42759eef091f16e71135bfc2615988 (diff)
downloadhdf5-3a713f80759f030279fce816b524880dd5c77752.zip
hdf5-3a713f80759f030279fce816b524880dd5c77752.tar.gz
hdf5-3a713f80759f030279fce816b524880dd5c77752.tar.bz2
[svn-r21993] Add tools_init to main
Diffstat (limited to 'tools/h5repack/testh5repack_detect_szip.c')
-rw-r--r--tools/h5repack/testh5repack_detect_szip.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5repack/testh5repack_detect_szip.c b/tools/h5repack/testh5repack_detect_szip.c
index 332fcc5..0a6a77a 100644
--- a/tools/h5repack/testh5repack_detect_szip.c
+++ b/tools/h5repack/testh5repack_detect_szip.c
@@ -47,6 +47,9 @@ int main(void)
h5tools_setprogname(PROGRAMNAME);
h5tools_setstatus(EXIT_SUCCESS);
+ /* Initialize h5tools lib */
+ h5tools_init();
+
#ifdef H5_HAVE_FILTER_SZIP
if (h5tools_can_encode(H5Z_FILTER_SZIP) == 1) {
printf("yes\n");