From ad7f4300809896e65bc7d5ede5f89c6dbbc3036e Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Thu, 29 Nov 2007 14:28:25 -0500 Subject: [svn-r14308] new feature test: add a test for the long switch names tested: linux, solaris --- tools/h5repack/h5repack.sh.in | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 -- cgit v0.12