summaryrefslogtreecommitdiffstats
path: root/tools/testh5ls.sh
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-11-17 18:02:23 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-11-17 18:02:23 (GMT)
commit16baf0465b5e0ddf538d1e2e7454bdb2b450277f (patch)
tree56d903283a2f911071287c5df1fcc06672a57303 /tools/testh5ls.sh
parentd83c9494ad727fe9d516c1ae426178a88afc3e3b (diff)
downloadhdf5-16baf0465b5e0ddf538d1e2e7454bdb2b450277f.zip
hdf5-16baf0465b5e0ddf538d1e2e7454bdb2b450277f.tar.gz
hdf5-16baf0465b5e0ddf538d1e2e7454bdb2b450277f.tar.bz2
[svn-r2966] Purpose:
Add Test Description: Added test for variable length data types. Platforms tested: Linux
Diffstat (limited to 'tools/testh5ls.sh')
-rwxr-xr-xtools/testh5ls.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testh5ls.sh b/tools/testh5ls.sh
index 2e355fa..d159099 100755
--- a/tools/testh5ls.sh
+++ b/tools/testh5ls.sh
@@ -124,6 +124,9 @@ TOOLTEST tstr-1.ls -w80 -r -d tstr.h5
# test test file created from lib SAF team
TOOLTEST tsaf.ls -w80 -r -d tsaf.h5
+# test for variable length data types
+TOOLTEST tvldtypes.ls -w80 -r -d tvldtypes.h5
+
if test $nerrors -eq 0 ; then
echo "All $h5tool tests passed."
fi