diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-06-05 15:13:34 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-06-05 15:13:34 (GMT) |
commit | 5ae2a199d6b770b33ad6c4110bb32aa22a1cfd3b (patch) | |
tree | 572c415f1f7396474e13e805b4d465f83d855339 /windows/tools | |
parent | 671d37e6c5777a5e4c67013ffa390d26b6932845 (diff) | |
download | hdf5-5ae2a199d6b770b33ad6c4110bb32aa22a1cfd3b.zip hdf5-5ae2a199d6b770b33ad6c4110bb32aa22a1cfd3b.tar.gz hdf5-5ae2a199d6b770b33ad6c4110bb32aa22a1cfd3b.tar.bz2 |
[svn-r15145] Purpose: Add new h5ls test to Windows
Description:
A new test case was added to the general testh5ls script. This update adds the test to Windows as well.
Tested:
VS2005 on WinXP
Diffstat (limited to 'windows/tools')
-rw-r--r-- | windows/tools/h5ls/testh5ls.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/tools/h5ls/testh5ls.bat b/windows/tools/h5ls/testh5ls.bat index 3baeda8..82ec9fe 100644 --- a/windows/tools/h5ls/testh5ls.bat +++ b/windows/tools/h5ls/testh5ls.bat @@ -160,6 +160,7 @@ rem ############################################################################ call :tooltest tall-1.ls 0 -w80 tall.h5
call :tooltest tall-2.ls 0 -w80 -r -d tall.h5
call :tooltest tgroup.ls 0 -w80 tgroup.h5
+ call :tooltest tgroup-3.ls 0 -w80 tgroup.h5/g1
rem test for displaying groups
call :tooltest tgroup-1.ls 1 -w80 -r -g tgroup.h5
|