summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorRobert E. McGrath <mcgrath@ncsa.uiuc.edu>2004-11-02 19:12:06 (GMT)
committerRobert E. McGrath <mcgrath@ncsa.uiuc.edu>2004-11-02 19:12:06 (GMT)
commit3f0abcc71f1803b59d8ca64b9ec642235fdfc1c9 (patch)
treecdad2edff464edf39f132edc8082615f1ca51738 /test/h5test.h
parentf7c4277bbbbe531ba37b36bb6b2e1b3f2966efea (diff)
downloadhdf5-3f0abcc71f1803b59d8ca64b9ec642235fdfc1c9.zip
hdf5-3f0abcc71f1803b59d8ca64b9ec642235fdfc1c9.tar.gz
hdf5-3f0abcc71f1803b59d8ca64b9ec642235fdfc1c9.tar.bz2
[svn-r9494] Purpose:
Fix SZIP filter to dynmically detect encoder. Description: Solution: See: http://hdf.ncsa.uiuc.edu/RFC/SZIP/Szip_dynamic_12_Oct.pdf Changes to library tests, contingent on detecting SZIP encoder.
Diffstat (limited to 'test/h5test.h')
-rw-r--r--test/h5test.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/h5test.h b/test/h5test.h
index 886a681..ac73506 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -140,6 +140,10 @@ H5TEST_DLL int TestErrPrintf(const char *format, ...);
H5TEST_DLL void SetTest(const char *testname, int action);
+#ifdef H5_HAVE_FILTER_SZIP
+H5TEST_DLL int h5_szip_can_encode(void);
+#endif /* H5_HAVE_FILTER_SZIP */
+
#ifdef H5_HAVE_PARALLEL
H5TEST_DLL int h5_set_info_object(void);
H5TEST_DLL void h5_dump_info_object(MPI_Info info);