diff options
Diffstat (limited to 'tools/testh5dump.sh')
-rwxr-xr-x | tools/testh5dump.sh | 3 |
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 |