summaryrefslogtreecommitdiffstats
path: root/tools/testh5dump.sh
diff options
context:
space:
mode:
authorRuey-Hsia Li <rli@ncsa.uiuc.edu>1999-02-01 08:46:29 (GMT)
committerRuey-Hsia Li <rli@ncsa.uiuc.edu>1999-02-01 08:46:29 (GMT)
commitaa267768c13ab173e13c58bffe902468b67d6c24 (patch)
tree5dcbad856dec3669fdb4cc5eeb50b39aeb9dead8 /tools/testh5dump.sh
parentee2b36ad7be6aed6fc14b04ff6aa9faacda78cd8 (diff)
downloadhdf5-aa267768c13ab173e13c58bffe902468b67d6c24.zip
hdf5-aa267768c13ab173e13c58bffe902468b67d6c24.tar.gz
hdf5-aa267768c13ab173e13c58bffe902468b67d6c24.tar.bz2
[svn-r1038] Did some work on the output format for compound data and string.
Also added test script for string.
Diffstat (limited to 'tools/testh5dump.sh')
-rwxr-xr-xtools/testh5dump.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testh5dump.sh b/tools/testh5dump.sh
index 6ad84e2..b33987c 100755
--- a/tools/testh5dump.sh
+++ b/tools/testh5dump.sh
@@ -113,6 +113,9 @@ DUMP tall-3.ddl -d /g2/dset2.1 -l /g1/g1.2/g1.2.1/slink tall.h5
# test for loop detection
DUMP tloop-1.ddl tloop.h5
+# test for string
+DUMP tstr-1.ddl tstr.h5
+
if test "0" = "$nerrors"; then
echo "All h5dump tests passed."
fi