First stage of moving H5DOread/write_chunk() to src/ and making

them H5D calls.
* Moved H5DOread/write_chunk() to H5Dio.c and renamed to H5D*.
* Moved the hl/test/test_dset_opt test to test/ and renamed to
  direct_chunk.
* Moved the hl/test/dectris_hl_perf test to tools/test/perform
  and renamed to direct_write_perf.
* Updated autotools and CMake files.
This commit is contained in:
Dana Robinson
2018-04-30 07:52:07 -07:00
parent fa829e322e
commit 09b1106e39
12 changed files with 289 additions and 304 deletions

View File

@@ -90,7 +90,6 @@ add_test (
test_ds8.h5
test_ds9.h5
test_ds10.h5
test_dectris.h5
test_image1.h5
test_image2.h5
test_image3.h5
@@ -115,7 +114,6 @@ HL_add_test (test_file_image)
HL_add_test (test_table)
HL_add_test (test_ds)
HL_add_test (test_packet)
HL_add_test (test_dset_opt)
HL_add_test (test_ld)
HL_add_test (test_dset_append)