summaryrefslogtreecommitdiffstats
path: root/windows/tools/h5ls
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-02-03 21:30:43 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-02-03 21:30:43 (GMT)
commit29e9825c93f19c1cc0579d46f6dd03718a35a936 (patch)
tree4f53ba7c63f249fa30ee4b97b69c4e4d1bf51426 /windows/tools/h5ls
parentdac4853e699465f26374a66904c5d3fb6839445e (diff)
downloadhdf5-29e9825c93f19c1cc0579d46f6dd03718a35a936.zip
hdf5-29e9825c93f19c1cc0579d46f6dd03718a35a936.tar.gz
hdf5-29e9825c93f19c1cc0579d46f6dd03718a35a936.tar.bz2
[svn-r16411] testh5ls.bat - added tests to match script file from rev 16310
h5repack.bat - added test to match script file from rev 16402 set_extent.vcproj - added WS2_32.lib for change to set_extent from rev 16406 Tested: Vista32, XP32, XP64 using VNET, VS2005 VS2008
Diffstat (limited to 'windows/tools/h5ls')
-rw-r--r--windows/tools/h5ls/testh5ls.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/windows/tools/h5ls/testh5ls.bat b/windows/tools/h5ls/testh5ls.bat
index a95975b..469e8df 100644
--- a/windows/tools/h5ls/testh5ls.bat
+++ b/windows/tools/h5ls/testh5ls.bat
@@ -218,6 +218,12 @@ rem ############################################################################
rem test for non-existing file
call :tooltest nosuchfile.ls 0 nosuchfile.h5
+ rem test for variable length data types in verbose mode
+ call :tooltest tvldtypes2.ls 0 -v tvldtypes1.h5
+
+ rem test for dataset region references data types in verbose mode
+ call :tooltest tdatareg.ls 0 -v tdatareg.h5
+
if %nerrors% equ 0 (
echo.All h5ls tests passed.
)