summaryrefslogtreecommitdiffstats
path: root/c++/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 /c++/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 'c++/test')
-rw-r--r--c++/test/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/c++/test/CMakeLists.txt b/c++/test/CMakeLists.txt
index 75efc3b..5e7134d 100644
--- a/c++/test/CMakeLists.txt
+++ b/c++/test/CMakeLists.txt
@@ -56,4 +56,6 @@ else ()
endif ()
set_target_properties (cpp_testhdf5 PROPERTIES FOLDER test/cpp)
-include (CMakeTests.cmake)
+if (HDF5_TEST_CPP AND HDF5_TEST_SERIAL)
+ include (CMakeTests.cmake)
+endif ()