diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-06-05 15:10:23 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-06-05 15:10:23 (GMT) |
commit | 7e8df66a0e5efb629f02408d071c679675e4af75 (patch) | |
tree | 34df5d517c9d8ed53b74664ccff72fdc88ef615d /windows | |
parent | 018ba9a701cdc28e59256b5fdd3f03fa910b60f0 (diff) | |
download | hdf5-7e8df66a0e5efb629f02408d071c679675e4af75.zip hdf5-7e8df66a0e5efb629f02408d071c679675e4af75.tar.gz hdf5-7e8df66a0e5efb629f02408d071c679675e4af75.tar.bz2 |
[svn-r15144] 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')
-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
|