diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/h5repack/h5repack.sh.in | 9 | ||||
-rw-r--r-- | tools/h5repack/testfiles/h5repack.info (renamed from tools/testfiles/info.h5repack) | 0 | ||||
-rw-r--r-- | tools/h5repack/testfiles/h5repack_attr.h5 (renamed from tools/testfiles/h5repack_attr.h5) | bin | 20112 -> 20112 bytes | |||
-rw-r--r-- | tools/h5repack/testfiles/h5repack_big.h5 (renamed from tools/testfiles/h5repack_big.h5) | bin | 5168 -> 5168 bytes | |||
-rw-r--r-- | tools/h5repack/testfiles/h5repack_deflate.h5 (renamed from tools/testfiles/h5repack_deflate.h5) | bin | 5962 -> 5962 bytes | |||
-rw-r--r-- | tools/h5repack/testfiles/h5repack_early.h5 (renamed from tools/testfiles/h5repack_early.h5) | bin | 253320 -> 253320 bytes | |||
-rw-r--r-- | tools/h5repack/testfiles/h5repack_early2.h5 (renamed from tools/testfiles/h5repack_early2.h5) | bin | 17216 -> 17216 bytes | |||
-rw-r--r-- | tools/h5repack/testfiles/h5repack_ext.h5 (renamed from tools/testfiles/h5repack_ext.h5) | bin | 1640 -> 1640 bytes | |||
-rw-r--r-- | tools/h5repack/testfiles/h5repack_fill.h5 (renamed from tools/testfiles/h5repack_fill.h5) | bin | 2072 -> 2072 bytes | |||
-rw-r--r-- | tools/h5repack/testfiles/h5repack_filters.h5 (renamed from tools/testfiles/h5repack_filters.h5) | bin | 23715 -> 23715 bytes | |||
-rw-r--r-- | tools/h5repack/testfiles/h5repack_fletcher.h5 (renamed from tools/testfiles/h5repack_fletcher.h5) | bin | 7880 -> 7880 bytes | |||
-rw-r--r-- | tools/h5repack/testfiles/h5repack_hlink.h5 (renamed from tools/testfiles/h5repack_hlink.h5) | bin | 6760 -> 6760 bytes | |||
-rw-r--r-- | tools/h5repack/testfiles/h5repack_layout.h5 (renamed from tools/testfiles/h5repack_layout.h5) | bin | 29384 -> 29384 bytes | |||
-rw-r--r-- | tools/h5repack/testfiles/h5repack_objs.h5 (renamed from tools/testfiles/h5repack_objs.h5) | bin | 19408 -> 19408 bytes | |||
-rw-r--r-- | tools/h5repack/testfiles/h5repack_shuffle.h5 (renamed from tools/testfiles/h5repack_shuffle.h5) | bin | 7864 -> 7864 bytes | |||
-rw-r--r-- | tools/h5repack/testfiles/h5repack_szip.h5 (renamed from tools/testfiles/h5repack_szip.h5) | bin | 5588 -> 5588 bytes | |||
-rw-r--r-- | tools/h5repack/testfiles/ublock.bin (renamed from tools/testfiles/ublock.bin) | 0 |
17 files changed, 4 insertions, 5 deletions
diff --git a/tools/h5repack/h5repack.sh.in b/tools/h5repack/h5repack.sh.in index 88e8a34..ada36c0 100755 --- a/tools/h5repack/h5repack.sh.in +++ b/tools/h5repack/h5repack.sh.in @@ -33,11 +33,11 @@ H5REPACK_BIN=`pwd`/$H5REPACK # The path of the tool binary H5DIFF=../h5diff/h5diff # The h5diff tool name 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 +H5DETECTSZIP=testh5repack_detect_szip +H5DETECTSZIP_BIN=`pwd`/$H5DETECTSZIP -INFO_FILE=../testfiles/info.h5repack +INFO_FILE=testfiles/h5repack.info FILE0=h5repack_fill.h5 FILE1=h5repack_objs.h5 @@ -61,7 +61,6 @@ if test -z "$srcdir"; then srcdir=. fi -test -d ../testfiles || mkdir ../testfiles # Print a line-line message left justified in a field of 70 characters # beginning with the word "Testing". @@ -115,7 +114,7 @@ TOOLTEST() # case of missing file name). Changed it to use $@ till Tflops fixes it. TESTING $H5REPACK $@ - infile=$srcdir/../testfiles/$1 + infile=$srcdir/testfiles/$1 path=`pwd` outfile=$path/out.$1 shift diff --git a/tools/testfiles/info.h5repack b/tools/h5repack/testfiles/h5repack.info index 216948d..216948d 100644 --- a/tools/testfiles/info.h5repack +++ b/tools/h5repack/testfiles/h5repack.info diff --git a/tools/testfiles/h5repack_attr.h5 b/tools/h5repack/testfiles/h5repack_attr.h5 Binary files differindex f77e9f9..f77e9f9 100644 --- a/tools/testfiles/h5repack_attr.h5 +++ b/tools/h5repack/testfiles/h5repack_attr.h5 diff --git a/tools/testfiles/h5repack_big.h5 b/tools/h5repack/testfiles/h5repack_big.h5 Binary files differindex 695226a..695226a 100644 --- a/tools/testfiles/h5repack_big.h5 +++ b/tools/h5repack/testfiles/h5repack_big.h5 diff --git a/tools/testfiles/h5repack_deflate.h5 b/tools/h5repack/testfiles/h5repack_deflate.h5 Binary files differindex b897b17..b897b17 100644 --- a/tools/testfiles/h5repack_deflate.h5 +++ b/tools/h5repack/testfiles/h5repack_deflate.h5 diff --git a/tools/testfiles/h5repack_early.h5 b/tools/h5repack/testfiles/h5repack_early.h5 Binary files differindex f9c36db..f9c36db 100644 --- a/tools/testfiles/h5repack_early.h5 +++ b/tools/h5repack/testfiles/h5repack_early.h5 diff --git a/tools/testfiles/h5repack_early2.h5 b/tools/h5repack/testfiles/h5repack_early2.h5 Binary files differindex ccfe4a8..ccfe4a8 100644 --- a/tools/testfiles/h5repack_early2.h5 +++ b/tools/h5repack/testfiles/h5repack_early2.h5 diff --git a/tools/testfiles/h5repack_ext.h5 b/tools/h5repack/testfiles/h5repack_ext.h5 Binary files differindex da8de7d..da8de7d 100644 --- a/tools/testfiles/h5repack_ext.h5 +++ b/tools/h5repack/testfiles/h5repack_ext.h5 diff --git a/tools/testfiles/h5repack_fill.h5 b/tools/h5repack/testfiles/h5repack_fill.h5 Binary files differindex 2811226..2811226 100644 --- a/tools/testfiles/h5repack_fill.h5 +++ b/tools/h5repack/testfiles/h5repack_fill.h5 diff --git a/tools/testfiles/h5repack_filters.h5 b/tools/h5repack/testfiles/h5repack_filters.h5 Binary files differindex e25a03a..e25a03a 100644 --- a/tools/testfiles/h5repack_filters.h5 +++ b/tools/h5repack/testfiles/h5repack_filters.h5 diff --git a/tools/testfiles/h5repack_fletcher.h5 b/tools/h5repack/testfiles/h5repack_fletcher.h5 Binary files differindex cb9bb7a..cb9bb7a 100644 --- a/tools/testfiles/h5repack_fletcher.h5 +++ b/tools/h5repack/testfiles/h5repack_fletcher.h5 diff --git a/tools/testfiles/h5repack_hlink.h5 b/tools/h5repack/testfiles/h5repack_hlink.h5 Binary files differindex 52e2ab3..52e2ab3 100644 --- a/tools/testfiles/h5repack_hlink.h5 +++ b/tools/h5repack/testfiles/h5repack_hlink.h5 diff --git a/tools/testfiles/h5repack_layout.h5 b/tools/h5repack/testfiles/h5repack_layout.h5 Binary files differindex aaf667a..aaf667a 100644 --- a/tools/testfiles/h5repack_layout.h5 +++ b/tools/h5repack/testfiles/h5repack_layout.h5 diff --git a/tools/testfiles/h5repack_objs.h5 b/tools/h5repack/testfiles/h5repack_objs.h5 Binary files differindex 16d8862..16d8862 100644 --- a/tools/testfiles/h5repack_objs.h5 +++ b/tools/h5repack/testfiles/h5repack_objs.h5 diff --git a/tools/testfiles/h5repack_shuffle.h5 b/tools/h5repack/testfiles/h5repack_shuffle.h5 Binary files differindex e3442b5..e3442b5 100644 --- a/tools/testfiles/h5repack_shuffle.h5 +++ b/tools/h5repack/testfiles/h5repack_shuffle.h5 diff --git a/tools/testfiles/h5repack_szip.h5 b/tools/h5repack/testfiles/h5repack_szip.h5 Binary files differindex 560157f..560157f 100644 --- a/tools/testfiles/h5repack_szip.h5 +++ b/tools/h5repack/testfiles/h5repack_szip.h5 diff --git a/tools/testfiles/ublock.bin b/tools/h5repack/testfiles/ublock.bin index b2d03f3..b2d03f3 100644 --- a/tools/testfiles/ublock.bin +++ b/tools/h5repack/testfiles/ublock.bin |