summaryrefslogtreecommitdiffstats
path: root/tools/testh5dump.sh
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-11-21 19:35:23 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-11-21 19:35:23 (GMT)
commitcab0d73cb381ced30a5284ef798961dc55547672 (patch)
tree2ed23e475c7c24b0bc02eeead23be9e4a5fcdaba /tools/testh5dump.sh
parent75dad07518aed2dbb7bfd51dceb50e6d56f14b68 (diff)
downloadhdf5-cab0d73cb381ced30a5284ef798961dc55547672.zip
hdf5-cab0d73cb381ced30a5284ef798961dc55547672.tar.gz
hdf5-cab0d73cb381ced30a5284ef798961dc55547672.tar.bz2
[svn-r2988] Purpose:
Updating test files. Description: Updated test files to reflect changes to DDL. Platforms tested: FreeBSD 4.1.1 (hawkwind)
Diffstat (limited to 'tools/testh5dump.sh')
-rwxr-xr-xtools/testh5dump.sh16
1 files changed, 15 insertions, 1 deletions
diff --git a/tools/testh5dump.sh b/tools/testh5dump.sh
index 847dcd1..294bc46 100755
--- a/tools/testh5dump.sh
+++ b/tools/testh5dump.sh
@@ -119,12 +119,26 @@ TOOLTEST tloop-1.ddl tloop.h5
# test for string
TOOLTEST tstr-1.ddl tstr.h5
+TOOLTEST tstr-2.ddl tstr2.h5
# test for file created by Lib SAF team
TOOLTEST tsaf.ddl tsaf.h5
# test for file with variable length data
-TOOLTEST tvldtypes.ddl tvldtypes.h5
+TOOLTEST tvldtypes1.ddl tvldtypes1.h5
+TOOLTEST tvldtypes2.ddl tvldtypes2.h5
+TOOLTEST tvldtypes3.ddl tvldtypes3.h5
+TOOLTEST tvldtypes4.ddl tvldtypes4.h5
+
+# test for files with array data
+TOOLTEST tarray1.ddl tarray1.h5
+TOOLTEST tarray2.ddl tarray2.h5
+TOOLTEST tarray3.ddl tarray3.h5
+TOOLTEST tarray4.ddl tarray4.h5
+#dumping tarray5.h5 is causing core-dumps currently - QAK
+#TOOLTEST tarray5.ddl tarray5.h5
+TOOLTEST tarray6.ddl tarray6.h5
+TOOLTEST tarray7.ddl tarray7.h5
if test $nerrors -eq 0 ; then
echo "All $h5tool tests passed."