summaryrefslogtreecommitdiffstats
path: root/tools/h5dump
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-12-05 20:16:50 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-12-05 20:16:50 (GMT)
commit960b190655c735750b825aaaf92fc1c8051e0644 (patch)
treec50dc8d434e78a865b4bb7072a384fd3cf1d50a0 /tools/h5dump
parentf1efcf9d7a931460fd2a297139a7828bedf8a999 (diff)
downloadhdf5-960b190655c735750b825aaaf92fc1c8051e0644.zip
hdf5-960b190655c735750b825aaaf92fc1c8051e0644.tar.gz
hdf5-960b190655c735750b825aaaf92fc1c8051e0644.tar.bz2
[svn-r21812] 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 2132c92..676bace 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
@@ -709,6 +711,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
@@ -924,6 +928,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)