diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2023-05-01 22:21:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 22:21:47 (GMT) |
commit | a0340338e53d4b34127a7e5356b28b1640f9414c (patch) | |
tree | 510fe676640fe3892feb681aca253984fd8df512 /testpar | |
parent | 9ea976b9b617b0082f5e65f31942c8fbf1a120e1 (diff) | |
download | hdf5-a0340338e53d4b34127a7e5356b28b1640f9414c.zip hdf5-a0340338e53d4b34127a7e5356b28b1640f9414c.tar.gz hdf5-a0340338e53d4b34127a7e5356b28b1640f9414c.tar.bz2 |
Add Fortran Selection IO APIs (#2864)
new selection IO fortran APIs with tests
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/CMakeLists.txt b/testpar/CMakeLists.txt index 3a44fca..fb66e76 100644 --- a/testpar/CMakeLists.txt +++ b/testpar/CMakeLists.txt @@ -8,6 +8,7 @@ project (HDF5_TEST_PAR C) set (testphdf5_SOURCES ${HDF5_TEST_PAR_SOURCE_DIR}/testphdf5.c ${HDF5_TEST_PAR_SOURCE_DIR}/t_dset.c + ${HDF5_TEST_PAR_SOURCE_DIR}/t_select_io_dset.c ${HDF5_TEST_PAR_SOURCE_DIR}/t_file.c ${HDF5_TEST_PAR_SOURCE_DIR}/t_file_image.c ${HDF5_TEST_PAR_SOURCE_DIR}/t_mdset.c |