summaryrefslogtreecommitdiffstats
path: root/tools/h5stat/testh5stat.sh.in
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2010-02-12 19:34:30 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2010-02-12 19:34:30 (GMT)
commit1bc5ffb9658fe930d462927dbce0d6a2d69e9315 (patch)
tree5fc57d46e8854f4acff56d47aee885a72c582434 /tools/h5stat/testh5stat.sh.in
parente3b4922d8d211878b43d8130b86c0926fac2cd7b (diff)
downloadhdf5-1bc5ffb9658fe930d462927dbce0d6a2d69e9315.zip
hdf5-1bc5ffb9658fe930d462927dbce0d6a2d69e9315.tar.gz
hdf5-1bc5ffb9658fe930d462927dbce0d6a2d69e9315.tar.bz2
[svn-r18240] Changes to h5stat in response to bug 1778:
1. Gather attribute information for named datatype 2. Revert names of long options back to original 3. Add new tests & *ddl for testing -G, -D, -T, -A options h5committested.
Diffstat (limited to 'tools/h5stat/testh5stat.sh.in')
-rw-r--r--tools/h5stat/testh5stat.sh.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/h5stat/testh5stat.sh.in b/tools/h5stat/testh5stat.sh.in
index e387eb1..7369d45 100644
--- a/tools/h5stat/testh5stat.sh.in
+++ b/tools/h5stat/testh5stat.sh.in
@@ -123,12 +123,16 @@ TOOLTEST h5stat_filters-F.ddl -F h5stat_filters.h5
TOOLTEST h5stat_filters-d.ddl -d h5stat_filters.h5
TOOLTEST h5stat_filters-g.ddl -g h5stat_filters.h5
TOOLTEST h5stat_filters-dT.ddl -dT h5stat_filters.h5
+TOOLTEST h5stat_filters-D.ddl -D h5stat_filters.h5
+TOOLTEST h5stat_filters-T.ddl -T h5stat_filters.h5
+#
# h5stat_tsohm.h5 is a copy of ../../../test/tsohm.h5 generated by tsohm.c
# as of release 1.8.0-alpha4
TOOLTEST h5stat_tsohm.ddl h5stat_tsohm.h5
# h5stat_newgrat.h5 is generated by h5stat_gentest.c
TOOLTEST h5stat_newgrat.ddl h5stat_newgrat.h5
-
+TOOLTEST h5stat_newgrat-G.ddl -G h5stat_newgrat.h5
+TOOLTEST h5stat_newgrat-A.ddl -A h5stat_newgrat.h5
if test $nerrors -eq 0 ; then
echo "All $TESTNAME tests passed."