summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/CMakeTests.cmake
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2014-01-06 18:21:40 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2014-01-06 18:21:40 (GMT)
commit955c0736022947649441634f7ee3dc5c973085d4 (patch)
treeefb5b669437df646f180f2fd93ed5f306028f280 /tools/h5dump/CMakeTests.cmake
parent21eabe6753e0c8cc2e5b7f6e3f69181b0bff9d2a (diff)
downloadhdf5-955c0736022947649441634f7ee3dc5c973085d4.zip
hdf5-955c0736022947649441634f7ee3dc5c973085d4.tar.gz
hdf5-955c0736022947649441634f7ee3dc5c973085d4.tar.bz2
[svn-r24613] Bring revision #24609 from revise_chunks. h5committested.
Diffstat (limited to 'tools/h5dump/CMakeTests.cmake')
-rw-r--r--tools/h5dump/CMakeTests.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/h5dump/CMakeTests.cmake b/tools/h5dump/CMakeTests.cmake
index 9626183..13c3d41 100644
--- a/tools/h5dump/CMakeTests.cmake
+++ b/tools/h5dump/CMakeTests.cmake
@@ -303,7 +303,6 @@
${PROJECT_SOURCE_DIR}/errfiles/torderlinks2.err
${PROJECT_SOURCE_DIR}/errfiles/tgroup-2.err
${PROJECT_SOURCE_DIR}/errfiles/tperror.err
- ${PROJECT_SOURCE_DIR}/errfiles/treadfilter.err
${PROJECT_SOURCE_DIR}/errfiles/tslink-D.err
)
@@ -1356,7 +1355,7 @@
ADD_H5_TEST (treadintfilter 0 --enable-error-stack -d deflate -d shuffle -d fletcher32 -d nbit -d scaleoffset tfilters.h5)
IF (HDF5_ENABLE_SZIP_SUPPORT)
# data read all filters
- ADD_H5ERR_MASK_TEST (treadfilter 1 --enable-error-stack tfilters.h5)
+ ADD_H5_TEST (treadfilter 0 --enable-error-stack -d all -d szip tfilters.h5)
ENDIF (HDF5_ENABLE_SZIP_SUPPORT)
ENDIF (USE_FILTER_DEFLATE AND USE_FILTER_SHUFFLE AND USE_FILTER_FLETCHER32 AND USE_FILTER_NBIT AND USE_FILTER_SCALEOFFSET)