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 | |
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
-rwxr-xr-x | tools/testh5dump.sh | 3 | ||||
-rwxr-xr-x | tools/testh5ls.sh | 3 |
2 files changed, 6 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 diff --git a/tools/testh5ls.sh b/tools/testh5ls.sh index 7d8826e..cfe9f08 100755 --- a/tools/testh5ls.sh +++ b/tools/testh5ls.sh @@ -111,6 +111,9 @@ TOOLTEST tloop-1.ls -r -d tloop.h5 # test for string TOOLTEST tstr-1.ls -r -d tstr.h5 +# test test file created from lib SAF team +TOOLTEST tsaf.ls -r -d tsaf.h5 + if test $nerrors -eq 0 ; then echo "All $h5tool tests passed." fi |