diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-01-15 19:57:45 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-01-15 19:57:45 (GMT) |
commit | eaa8ab277491173b66d3b08ad74920547073e677 (patch) | |
tree | 67d3b651dca4bcf84bb22fa8788508e366521525 /hl/test | |
parent | c3c60dc7b5d5104475748f9967135903e3974cc3 (diff) | |
parent | f73103745e9b9165e9d399ddb5b9991d7fb2a9e5 (diff) | |
download | hdf5-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 'hl/test')
-rw-r--r-- | hl/test/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hl/test/CMakeLists.txt b/hl/test/CMakeLists.txt index 2959c6c..69f3dae 100644 --- a/hl/test/CMakeLists.txt +++ b/hl/test/CMakeLists.txt @@ -93,4 +93,6 @@ if (HDF5_BUILD_GENERATORS AND NOT ONLY_SHARED_LIBS) set_target_properties (hl_gen_test_ld PROPERTIES FOLDER test/hl/gen) endif () -include (CMakeTests.cmake) +if (HDF5_TEST_SERIAL) + include (CMakeTests.cmake) +endif () |