From 2f3e8498cbd40f045dc50a6453371dd323ea6836 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 24 Oct 2000 17:06:39 -0500 Subject: [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 --- tools/testh5dump.sh | 3 +++ tools/testh5ls.sh | 3 +++ 2 files changed, 6 insertions(+) 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 -- cgit v0.12