summaryrefslogtreecommitdiffstats
path: root/windows/tools
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-05-19 15:32:15 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-05-19 15:32:15 (GMT)
commitd11a2b8ba6f0d12952e5e9e1c0ca664a829c6246 (patch)
tree34e9cab37393d298f62a35c882bbbba91b1840be /windows/tools
parent8a2023b55273507844380b5173be6dcc56ffdada (diff)
downloadhdf5-d11a2b8ba6f0d12952e5e9e1c0ca664a829c6246.zip
hdf5-d11a2b8ba6f0d12952e5e9e1c0ca664a829c6246.tar.gz
hdf5-d11a2b8ba6f0d12952e5e9e1c0ca664a829c6246.tar.bz2
[svn-r15039] Purpose: Update h5repack test script
Description: 1 new test added for command-line syntax compatibility Tested: VS2005 on WinXP
Diffstat (limited to 'windows/tools')
-rw-r--r--windows/tools/h5repack/h5repack.bat11
1 files changed, 9 insertions, 2 deletions
diff --git a/windows/tools/h5repack/h5repack.bat b/windows/tools/h5repack/h5repack.bat
index d06f82c..b0c30c3 100644
--- a/windows/tools/h5repack/h5repack.bat
+++ b/windows/tools/h5repack/h5repack.bat
@@ -519,8 +519,7 @@ rem
call :tooltest %arg%
- rem long swtiches. use FILE4=h5repack_layout.h5 (no filters)
-
+ rem latest file format with long switches. use FILE4=h5repack_layout.h5 (no filters)
set arg=%file4% --layout CHUNK=20x10 --filter GZIP=1 --threshold=10 --native --latest --compact=8 --indexed=6 --ssize=8[:dtype]
if not "%use_filter_deflate%"=="yes" (
call :skip %arg%
@@ -528,6 +527,14 @@ rem
call :tooltest %arg%
)
+ rem latest file format with short switches. use FILE4=h5repack_layout.h5 (no filters)
+ set arg=%file4% -l CHUNK=20x10 -f GZIP=1 -m 10 -n -L -c 8 -d 6 -s 8[:dtype]
+ if not "%use_filter_deflate%"=="yes" (
+ call :skip %arg%
+ ) else (
+ call :tooltest %arg%
+ )
+
rem several global filters
set arg=%file4% --filter GZIP=1 --filter SHUF