summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/testh5dump.sh3
-rwxr-xr-xtools/testh5ls.sh3
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