diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-07-07 20:51:26 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-07-07 20:51:26 (GMT) |
commit | 00a1908e767a3b64b145a91c5ab81493b366ea91 (patch) | |
tree | 7fe276a43f92fb1727c24ed9130531a071c5b8a8 /tools | |
parent | 9b597516c0d0e0518fde412710314dcd1a35464b (diff) | |
download | hdf5-00a1908e767a3b64b145a91c5ab81493b366ea91.zip hdf5-00a1908e767a3b64b145a91c5ab81493b366ea91.tar.gz hdf5-00a1908e767a3b64b145a91c5ab81493b366ea91.tar.bz2 |
[svn-r11043] Purpose:
new test hor h5repack, to syncronize tests between unix and windows
it requires a new file added
Description:
Solution:
Platforms tested:
linux
Misc. update:
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/h5repack/h5repack.sh.in | 3 | ||||
-rw-r--r-- | tools/testfiles/test2.h5 | bin | 0 -> 20520 bytes |
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack.sh.in b/tools/h5repack/h5repack.sh.in index bebfeab..f1c9af2 100755 --- a/tools/h5repack/h5repack.sh.in +++ b/tools/h5repack/h5repack.sh.in @@ -138,9 +138,10 @@ if test $USE_FILTER_SZIP = "yes"; then USE_FILTER_SZIP_ENCODER=`$RUNSERIAL $H5DETECTSZIP_BIN` fi -# copy files (these files have no filters; test2.h5 has copied references that h5diff detects) +# copy files (these files have no filters) TOOLTEST test0.h5 TOOLTEST test1.h5 +TOOLTEST test2.h5 TOOLTEST test3.h5 TOOLTEST test4.h5 TOOLTEST test5.h5 diff --git a/tools/testfiles/test2.h5 b/tools/testfiles/test2.h5 Binary files differnew file mode 100644 index 0000000..f14a61c --- /dev/null +++ b/tools/testfiles/test2.h5 |