diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-06-15 19:48:47 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-06-15 19:48:47 (GMT) |
commit | 6b28addeca7be5662a91a3ece3988673b263e9c6 (patch) | |
tree | 62867cb4bbf6304d6809318df6750b6c935d7d4b /tools/test/h5import/h5importtestutil.sh.in | |
parent | 81c5f4fe679a6e64b17bb945d6a41a56bcad68c9 (diff) | |
download | hdf5-6b28addeca7be5662a91a3ece3988673b263e9c6.zip hdf5-6b28addeca7be5662a91a3ece3988673b263e9c6.tar.gz hdf5-6b28addeca7be5662a91a3ece3988673b263e9c6.tar.bz2 |
HDFFV-10219 add test headers
Diffstat (limited to 'tools/test/h5import/h5importtestutil.sh.in')
-rw-r--r-- | tools/test/h5import/h5importtestutil.sh.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/test/h5import/h5importtestutil.sh.in b/tools/test/h5import/h5importtestutil.sh.in index e707737..b85feae 100644 --- a/tools/test/h5import/h5importtestutil.sh.in +++ b/tools/test/h5import/h5importtestutil.sh.in @@ -383,9 +383,11 @@ TOOLTEST2 "/dataset0" binin8w.h5 TESTING "ASCII F64 - rank 1 - INPUT-CLASS TEXTFPE " TOOLTEST $TESTDIR/textpfe64.txt -c $TESTDIR/textpfe.conf -o textpfe.h5 -TESTING "Binary Subset " +TESTING "Binary Subset FP" TOOLTEST5 tall_fp32 tall.h5 "/g2/dset2.2" "--start=1,1 --stride=2,3 --count=1,2 --block=1,1" +TESTING "Binary Subset INT" TOOLTEST5 tall_i32 tall.h5 "/g1/g1.1/dset1.1.1" "--start=1,1 --stride=2,3 --count=3,2 --block=1,1" +TESTING "Binary Subset UINT" TOOLTEST5 tintsattrs_u32 tintsattrs.h5 "/DU32BITS" "--start=1,1 --stride=2,3 --count=3,2 --block=1,1" |