Add HD prefix to tests

This commit is contained in:
Allen Byrne
2019-08-15 16:46:00 -05:00
parent 3a504899ee
commit 64e6665b54
89 changed files with 18474 additions and 18452 deletions

View File

@@ -50,10 +50,10 @@ int main(void)
#ifdef H5_HAVE_FILTER_SZIP
if (h5tools_can_encode(H5Z_FILTER_SZIP) == 1) {
printf("yes\n");
HDprintf("yes\n");
return(1);
}
#endif /* H5_HAVE_FILTER_SZIP */
printf("no\n");
HDprintf("no\n");
return(0);
}