summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/testh5repack_main.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-03-25 19:31:42 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-03-25 19:31:42 (GMT)
commit9c79ce84eec25571e012d03ba8e731afa1dcabe3 (patch)
treeb93f4aaf0d3a2c98ef24553fac274d3362e9246d /tools/h5repack/testh5repack_main.c
parente0fee4d7c95cb7f0a020dde33154a55ced92126b (diff)
downloadhdf5-9c79ce84eec25571e012d03ba8e731afa1dcabe3.zip
hdf5-9c79ce84eec25571e012d03ba8e731afa1dcabe3.tar.gz
hdf5-9c79ce84eec25571e012d03ba8e731afa1dcabe3.tar.bz2
[svn-r8281] Purpose:
code clean, change test script Description: removed soem debugging messages changed the chunking command line call to a non square dimensionality Solution: Platforms tested: linux Misc. update:
Diffstat (limited to 'tools/h5repack/testh5repack_main.c')
-rw-r--r--tools/h5repack/testh5repack_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5repack/testh5repack_main.c b/tools/h5repack/testh5repack_main.c
index 2bcee27..d5cca6e 100644
--- a/tools/h5repack/testh5repack_main.c
+++ b/tools/h5repack/testh5repack_main.c
@@ -807,8 +807,10 @@ test_filterqueue(void)
TEST_ERROR;
if (h5repack_addlayout("dset1:CHUNK 20x10",&pack_options)<0)
TEST_ERROR;
+#if defined (H5_HAVE_FILTER_FLETCHER32)
if (h5repack_addfilter("dset1:FLET",&pack_options)<0)
TEST_ERROR;
+#endif
if (h5repack_addfilter("dset1:SHUF",&pack_options)<0)
TEST_ERROR;
if (h5repack_addfilter("dset1:SZIP 8",&pack_options)<0)