diff options
Diffstat (limited to 'tools/h5repack/testh5repack_detect_szip.c')
-rw-r--r-- | tools/h5repack/testh5repack_detect_szip.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/h5repack/testh5repack_detect_szip.c b/tools/h5repack/testh5repack_detect_szip.c index b16e0d4..332fcc5 100644 --- a/tools/h5repack/testh5repack_detect_szip.c +++ b/tools/h5repack/testh5repack_detect_szip.c @@ -16,8 +16,12 @@ #include <stdio.h> #include "h5repack.h" #include "h5tools.h" +#include "h5test.h" +/* Name of tool */ +#define PROGRAMNAME "h5repack_detect_szip" + /*------------------------------------------------------------------------- * Function: main * @@ -40,6 +44,9 @@ int main(void) { + h5tools_setprogname(PROGRAMNAME); + h5tools_setstatus(EXIT_SUCCESS); + #ifdef H5_HAVE_FILTER_SZIP if (h5tools_can_encode(H5Z_FILTER_SZIP) == 1) { printf("yes\n"); |