summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-04-30 19:10:45 (GMT)
committerGitHub <noreply@github.com>2023-04-30 19:10:45 (GMT)
commit9fb85dbf4d2c530cb63f4c644eecbe424832a917 (patch)
tree8b3341d6a6f35adb4c7df44248c95d7801a797bd /testpar
parent97245c3b2a5cefb6c479727164d95b0d813edd1c (diff)
downloadhdf5-9fb85dbf4d2c530cb63f4c644eecbe424832a917.zip
hdf5-9fb85dbf4d2c530cb63f4c644eecbe424832a917.tar.gz
hdf5-9fb85dbf4d2c530cb63f4c644eecbe424832a917.tar.bz2
Remove selection I/O test from testphdf5 in CMake (#2860)
t_select_io_dset is a stand-alone program, not a part of testphdf5.
Diffstat (limited to 'testpar')
-rw-r--r--testpar/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/testpar/CMakeLists.txt b/testpar/CMakeLists.txt
index fb66e76..3a44fca 100644
--- a/testpar/CMakeLists.txt
+++ b/testpar/CMakeLists.txt
@@ -8,7 +8,6 @@ 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