mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +08:00
[svn-r13507]
make 1.7 files similar to 1.6
This commit is contained in:
parent
32934cfa2b
commit
1cabdbd42f
@ -317,13 +317,22 @@ else
|
||||
fi
|
||||
# user defined
|
||||
TOOLTEST tuserfilter.ddl -H -p -d myfilter tfilters.h5
|
||||
|
||||
# test for displaying dataset and attribute of null space
|
||||
TOOLTEST tnullspace.ddl tnullspace.h5
|
||||
|
||||
# test for displaying objects with very long names
|
||||
TOOLTEST tlonglinks.ddl tlonglinks.h5
|
||||
|
||||
# dimensions over 4GB, print boundary
|
||||
TOOLTEST tbigdims.ddl -d dset4gb -s 4294967284 -c 22 tbigdims.h5
|
||||
|
||||
# hyperslab read
|
||||
TOOLTEST thyperslab.ddl thyperslab.h5
|
||||
|
||||
|
||||
#
|
||||
|
||||
# test for displaying dataset and attribute of null space
|
||||
TOOLTEST tnullspace.ddl tnullspace.h5
|
||||
|
||||
# test for long double (some systems do not have long double)
|
||||
#TOOLTEST tldouble.ddl tldouble.h5
|
||||
|
||||
@ -343,11 +352,6 @@ TOOLTEST tbin4.ddl -d double -o out4.bin -b FILE tbinary.h5
|
||||
# test for dataset region references
|
||||
TOOLTEST tregref.ddl tdatareg.h5
|
||||
|
||||
# dimensions over 4GB, print boundary
|
||||
TOOLTEST tbigdims.ddl -d dset4gb -s 4294967284 -c 22 tbigdims.h5
|
||||
|
||||
# hyperslab read
|
||||
TOOLTEST thyperslab.ddl thyperslab.h5
|
||||
|
||||
if test $nerrors -eq 0 ; then
|
||||
echo "All $DUMPER tests passed."
|
||||
|
Loading…
Reference in New Issue
Block a user