diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-10-24 22:06:39 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-10-24 22:06:39 (GMT) |
commit | 2f3e8498cbd40f045dc50a6453371dd323ea6836 (patch) | |
tree | 5a6cef642b602b3078f5fe06a856ab5ec9ee3f3e /tools/testh5dump.sh | |
parent | 22feb1e946ab78c77f3d1bc1f55b6be7574d6c03 (diff) | |
download | hdf5-2f3e8498cbd40f045dc50a6453371dd323ea6836.zip hdf5-2f3e8498cbd40f045dc50a6453371dd323ea6836.tar.gz hdf5-2f3e8498cbd40f045dc50a6453371dd323ea6836.tar.bz2 |
[svn-r2732] Purpose:
New tests
Description:
Added a new test file (tsaf.h5) for h5dump and h5ls. The test file was
created by lib SAF team. This file used to cause previous version
of hdf5 tools to core dump.
Platforms tested:
IRIX64 -64, linux
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 9611255..1dd4f37 100755 --- a/tools/testh5dump.sh +++ b/tools/testh5dump.sh @@ -120,6 +120,9 @@ TOOLTEST tloop-1.ddl tloop.h5 # test for string TOOLTEST tstr-1.ddl tstr.h5 +# test for file created by Lib SAF team +TOOLTEST tsaf.ddl tsaf.h5 + if test $nerrors -eq 0 ; then echo "All $h5tool tests passed." fi |