diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-04-24 08:21:09 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-04-24 08:21:09 (GMT) |
commit | 4f831405cb0130769fd85e7e6d88e560a45833ff (patch) | |
tree | 7c8cdfe159d47e561e9c56babadeb104262302fc /tools/h5ls | |
parent | b0980a5f5418dcfabb442592d82eebb625dc6220 (diff) | |
download | hdf5-4f831405cb0130769fd85e7e6d88e560a45833ff.zip hdf5-4f831405cb0130769fd85e7e6d88e560a45833ff.tar.gz hdf5-4f831405cb0130769fd85e7e6d88e560a45833ff.tar.bz2 |
[svn-r29779] Description:
Bring over some of the tool testing for the new chunk indices.
Tested on:
MacOSX/64 10.11.4 (amazon) w/serial, parallel & production
(h5committest forthcoming)
Diffstat (limited to 'tools/h5ls')
-rw-r--r-- | tools/h5ls/testh5ls.sh.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/h5ls/testh5ls.sh.in b/tools/h5ls/testh5ls.sh.in index bf40bfa..73d7a46 100644 --- a/tools/h5ls/testh5ls.sh.in +++ b/tools/h5ls/testh5ls.sh.in @@ -88,6 +88,7 @@ $SRC_H5LS_TESTFILES/tsoftlinks.h5 $SRC_H5LS_TESTFILES/tstr.h5 $SRC_H5LS_TESTFILES/tudlink.h5 $SRC_H5LS_TESTFILES/tvldtypes1.h5 +$SRC_H5LS_TESTFILES/tdset_idx.h5 " LIST_OTHER_TEST_FILES=" @@ -147,6 +148,7 @@ $SRC_H5LS_TESTFILES/tudlink-1.ls $SRC_H5LS_TESTFILES/tvldtypes1.ls $SRC_H5LS_TESTFILES/tvldtypes2le.ls $SRC_H5LS_TESTFILES/tvldtypes2be.ls +$SRC_H5LS_TESTFILES/tdset_idx.ls " @@ -418,6 +420,10 @@ else TOOLTEST tdataregbe.ls 0 -v tdatareg.h5 fi +# test for file with datasets that use Fixed Array chunk indices +#echo "***skip testing tdset_idx.h5" +TOOLTEST tdset_idx.ls 0 -w80 -d tdset_idx.h5 + # Clean up temporary files/directories CLEAN_TESTFILES_AND_TESTDIR |