diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-08-23 18:43:22 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-08-23 18:43:22 (GMT) |
commit | 8a2a3596a57607f43f12edaf1e9d584eb9e006e6 (patch) | |
tree | 5cd7f13f5098da87f13bdbcbd7dd93d9d3623a5a /tools/h5repack/h5repack.sh.in | |
parent | 93c167f3ff4b74261b13f34e37ea2b0280623c4f (diff) | |
download | hdf5-8a2a3596a57607f43f12edaf1e9d584eb9e006e6.zip hdf5-8a2a3596a57607f43f12edaf1e9d584eb9e006e6.tar.gz hdf5-8a2a3596a57607f43f12edaf1e9d584eb9e006e6.tar.bz2 |
[svn-r9137] Purpose:
new test
Description:
added a test that generates and copies a file with a dataset with fill value
(this is to test the property list function H5Pequal)
Solution:
Platforms tested:
linux
solaris
aix
Misc. update:
Diffstat (limited to 'tools/h5repack/h5repack.sh.in')
-rwxr-xr-x | tools/h5repack/h5repack.sh.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5repack/h5repack.sh.in b/tools/h5repack/h5repack.sh.in index 9e0be8e..a65cb37 100755 --- a/tools/h5repack/h5repack.sh.in +++ b/tools/h5repack/h5repack.sh.in @@ -127,6 +127,8 @@ TOOLTEST() # is read-only, 1 is write-only, and 0 is not present. # copy files (these files have no filters; test2.h5 has copied references that h5diff detects) +TOOLTEST test0.h5 +TOOLTEST test1.h5 TOOLTEST test3.h5 TOOLTEST test4.h5 TOOLTEST test5.h5 |