summaryrefslogtreecommitdiffstats
path: root/fortran/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-15 19:57:45 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-01-15 19:57:45 (GMT)
commiteaa8ab277491173b66d3b08ad74920547073e677 (patch)
tree67d3b651dca4bcf84bb22fa8788508e366521525 /fortran/test
parentc3c60dc7b5d5104475748f9967135903e3974cc3 (diff)
parentf73103745e9b9165e9d399ddb5b9991d7fb2a9e5 (diff)
downloadhdf5-eaa8ab277491173b66d3b08ad74920547073e677.zip
hdf5-eaa8ab277491173b66d3b08ad74920547073e677.tar.gz
hdf5-eaa8ab277491173b66d3b08ad74920547073e677.tar.bz2
Merge pull request #2270 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'f73103745e9b9165e9d399ddb5b9991d7fb2a9e5': HDFFV-11001 fix if block HDFFV-11001 need to qualify all by parallel or serial types HDDFV-11001 add note HDFFV-11001 Add fine control over testing Adjust regex for warnings Update tools hid_t declarations with H5I_INVALID_HID
Diffstat (limited to 'fortran/test')
-rw-r--r--fortran/test/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/fortran/test/CMakeLists.txt b/fortran/test/CMakeLists.txt
index 4efd8a8..3c46c9e 100644
--- a/fortran/test/CMakeLists.txt
+++ b/fortran/test/CMakeLists.txt
@@ -517,4 +517,6 @@ else ()
add_dependencies (vol_connector ${HDF5_F90_TEST_LIBSH_TARGET})
endif ()
-include (CMakeTests.cmake)
+if (HDF5_TEST_FORTRAN AND HDF5_TEST_SERIAL)
+ include (CMakeTests.cmake)
+endif ()