diff options
author | Peter Cao <xcao@hdfgroup.org> | 2011-03-09 15:09:53 (GMT) |
---|---|---|
committer | Peter Cao <xcao@hdfgroup.org> | 2011-03-09 15:09:53 (GMT) |
commit | d97523f47ce7ef7cbb92f31902f88eb43b51d2cb (patch) | |
tree | e81a37c3678dc09b62f33aaa6af58b553ea94bbd /tools/h5dump | |
parent | a60f8c8f5ed705d281aeb70cf29d78371d3be996 (diff) | |
download | hdf5-d97523f47ce7ef7cbb92f31902f88eb43b51d2cb.zip hdf5-d97523f47ce7ef7cbb92f31902f88eb43b51d2cb.tar.gz hdf5-d97523f47ce7ef7cbb92f31902f88eb43b51d2cb.tar.bz2 |
[svn-r20209] add test case for -y -o for h5dump
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt index 272bc9b..feff373 100644 --- a/tools/h5dump/CMakeLists.txt +++ b/tools/h5dump/CMakeLists.txt @@ -47,6 +47,7 @@ IF (BUILD_TESTING) tall-3.ddl tall-4s.ddl tall-5s.ddl + tall-6.ddl tallfilters.ddl tarray1.ddl tarray1_big.ddl @@ -545,6 +546,8 @@ IF (BUILD_TESTING) tall-4s.out.err tall-5s.out tall-5s.out.err + tall-6.out + tall-6.out.err tallfilters.out tallfilters.out.err tarray1.out @@ -1091,6 +1094,9 @@ IF (BUILD_TESTING) # test for error stack display (BZ2048) ADD_H5_MASK_TEST (filter_fail 1 -E filter_fail.h5) + # test for -o -y for dataset with attributes + ADD_H5_TEST (tall-6 0 -y -o data -d /g1/g1.1/dset1.1.1 tall.h5) + ####### test for dataset packed bits ###### IF (HDF5_USE_H5DUMP_PACKED_BITS) # Remove any output file left over from previous test run |