diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-29 19:28:25 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-29 19:28:25 (GMT) |
commit | ad7f4300809896e65bc7d5ede5f89c6dbbc3036e (patch) | |
tree | d1ebd3a8967ca0a98b1b84f7d665c2fbea6e9ba8 /tools/h5repack | |
parent | 765f0159ffa71c77754583d97a2b9e494d381ebe (diff) | |
download | hdf5-ad7f4300809896e65bc7d5ede5f89c6dbbc3036e.zip hdf5-ad7f4300809896e65bc7d5ede5f89c6dbbc3036e.tar.gz hdf5-ad7f4300809896e65bc7d5ede5f89c6dbbc3036e.tar.bz2 |
[svn-r14308] new feature test: add a test for the long switch names
tested: linux, solaris
Diffstat (limited to 'tools/h5repack')
-rwxr-xr-x | tools/h5repack/h5repack.sh.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack.sh.in b/tools/h5repack/h5repack.sh.in index 9fce08a..9c9de8f 100755 --- a/tools/h5repack/h5repack.sh.in +++ b/tools/h5repack/h5repack.sh.in @@ -36,7 +36,6 @@ H5DIFF_BIN=`pwd`/$H5DIFF # The path of the h5diff tool binary H5DETECTSZIP=testh5repack_detect_szip # The tool name H5DETECTSZIP_BIN=`pwd`/$H5DETECTSZIP # The path of the tool binary - INFO_FILE=../testfiles/info.h5repack FILE0=h5repack_fill.h5 @@ -428,6 +427,15 @@ TOOLTEST $FILE4 -l dset_chunk:CHUNK=18x13 # Native option TOOLTEST $FILE1 -n + +################################################################ +# long swtiches. use FILE4=h5repack_layout.h5 (no filters) +############################################################### + +TOOLTEST $FILE4 --layout CHUNK=20x10 --filter GZIP=1 --threshold=10 --native --latest --compact=8 --indexed=6 --ssize=8[:dtype] + + + if test $nerrors -eq 0 ; then echo "All $H5REPACK tests passed." fi |