summaryrefslogtreecommitdiffstats
path: root/tools/h5dump
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-12-05 20:34:29 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-12-05 20:34:29 (GMT)
commit8b2bbfc853917868d2786c9a6d101aad3025a511 (patch)
tree191022bc73c0396ec460a5090ebebc4f3d22ebef /tools/h5dump
parentb6c3da97333d366257ad7c01d4e61ce7d43e4886 (diff)
downloadhdf5-8b2bbfc853917868d2786c9a6d101aad3025a511.zip
hdf5-8b2bbfc853917868d2786c9a6d101aad3025a511.tar.gz
hdf5-8b2bbfc853917868d2786c9a6d101aad3025a511.tar.bz2
[svn-r21814] HDFFV-2567 - added test for be generated files with at least 9 attributes at root
Tested: local linux
Diffstat (limited to 'tools/h5dump')
-rw-r--r--tools/h5dump/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt
index cf620bd..df13ea4 100644
--- a/tools/h5dump/CMakeLists.txt
+++ b/tools/h5dump/CMakeLists.txt
@@ -63,6 +63,7 @@ IF (BUILD_TESTING)
tattr-1.ddl
tattr-2.ddl
tattr-3.ddl
+ tattr-4_be.ddl
tattrreg.ddl
tattrregR.ddl
tbin1.ddl
@@ -245,6 +246,7 @@ IF (BUILD_TESTING)
tarray8.h5
tattr.h5
tattr2.h5
+ tattr4_be.h5
tattrreg.h5
tbigdims.h5
tbinary.h5
@@ -710,6 +712,8 @@ IF (BUILD_TESTING)
tattr-2.out.err
tattr-3.out
tattr-3.out.err
+ tattr-4_be.out
+ tattr-4_be.out.err
tattrreg.out
tattrreg.out.err
tattrregR.out
@@ -925,6 +929,8 @@ IF (BUILD_TESTING)
ADD_H5_TEST (tattr-3 1 --header -a /attr2 --attribute=/attr tattr.h5)
# test for displaying attributes in shared datatype (also in group and dataset)
ADD_H5_TEST (tnamed_dtype_attr 0 tnamed_dtype_attr.h5)
+ # test for displaying at least 9 attributes on root from a be machine
+ ADD_H5_TEST (tattr-4_be 0 tattr4_be.h5)
# test for displaying soft links and user-defined links
ADD_H5_TEST (tslink-1 0 tslink.h5)