diff options
author | Jacob Smith <jake.smith@hdfgroup.org> | 2019-09-23 21:21:37 (GMT) |
---|---|---|
committer | Jacob Smith <jake.smith@hdfgroup.org> | 2019-09-23 21:21:37 (GMT) |
commit | aa797af31b41773281ee55dab47cca278244f933 (patch) | |
tree | a2cc17c6285522d2a82723b2baf00d3ef8593a76 /MANIFEST | |
parent | 7d3e17076312ddf8083d749e51629f0ef90b38c7 (diff) | |
download | hdf5-aa797af31b41773281ee55dab47cca278244f933.zip hdf5-aa797af31b41773281ee55dab47cca278244f933.tar.gz hdf5-aa797af31b41773281ee55dab47cca278244f933.tar.bz2 |
Refactor h5repackgentest to have more modular internals, for easier
addition of new tests.
Update manifest and test script for new hdf5 external-storage .h5 files.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -2552,16 +2552,26 @@ ./tools/test/h5repack/testfiles/h5repack_early.h5 ./tools/test/h5repack/testfiles/h5repack_ext.bin ./tools/test/h5repack/testfiles/h5repack_ext.h5 +./tools/test/h5repack/testfiles/h5repack_f32le.h5 +./tools/test/h5repack/testfiles/h5repack_f32le_ex-0.dat +./tools/test/h5repack/testfiles/h5repack_f32le_ex.h5 ./tools/test/h5repack/testfiles/h5repack_fill.h5 ./tools/test/h5repack/testfiles/h5repack_filters.h5 ./tools/test/h5repack/testfiles/h5repack_fletcher.h5 ./tools/test/h5repack/testfiles/h5repack_fsm_aggr_nopersist.h5 ./tools/test/h5repack/testfiles/h5repack_fsm_aggr_persist.h5 ./tools/test/h5repack/testfiles/h5repack_hlink.h5 +./tools/test/h5repack/testfiles/h5repack_int32le_1d.h5 +./tools/test/h5repack/testfiles/h5repack_int32le_1d_ex-0.dat +./tools/test/h5repack/testfiles/h5repack_int32le_1d_ex-1.dat +./tools/test/h5repack/testfiles/h5repack_int32le_1d_ex.h5 +./tools/test/h5repack/testfiles/h5repack_int32le_2d.h5 +./tools/test/h5repack/testfiles/h5repack_int32le_2d_ex-0.dat +./tools/test/h5repack/testfiles/h5repack_int32le_2d_ex.h5 +./tools/test/h5repack/testfiles/h5repack_int32le_3d.h5 +./tools/test/h5repack/testfiles/h5repack_int32le_3d_ex-0.dat +./tools/test/h5repack/testfiles/h5repack_int32le_3d_ex.h5 ./tools/test/h5repack/testfiles/h5repack.info -./tools/test/h5repack/testfiles/h5repack_int32le.h5 -./tools/test/h5repack/testfiles/h5repack_int32le_ex-0.dat -./tools/test/h5repack/testfiles/h5repack_int32le_ex.h5 ./tools/test/h5repack/testfiles/h5repack_layout.h5 ./tools/test/h5repack/testfiles/h5repack_layouto.h5 ./tools/test/h5repack/testfiles/h5repack_layout2.h5 @@ -2584,10 +2594,6 @@ ./tools/test/h5repack/testfiles/h5repack_uint8be_ex-1.dat ./tools/test/h5repack/testfiles/h5repack_uint8be_ex-2.dat ./tools/test/h5repack/testfiles/h5repack_uint8be_ex-3.dat -./tools/test/h5repack/testfiles/h5repack_uint8be_ex-4.dat -./tools/test/h5repack/testfiles/h5repack_uint8be_ex-5.dat -./tools/test/h5repack/testfiles/h5repack_uint8be_ex-6.dat -./tools/test/h5repack/testfiles/h5repack_uint8be_ex-7.dat ./tools/test/h5repack/testfiles/h5repack_uint8be_ex.h5 ./tools/test/h5repack/testfiles/ublock.bin ./tools/test/h5repack/testfiles/crtorder.tordergr.h5.ddl |