diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-09-30 05:46:19 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-09-30 05:46:19 (GMT) |
commit | 5548799289e661d0794a417fc7cfa88d0721a0a4 (patch) | |
tree | 126a0d3421823366a04dd3bb46cc87006f3947fd /test/CMakeTests.cmake | |
parent | a89b064e2bd8fb81e39a930209114cfae4fcd141 (diff) | |
parent | 32ee0d816f7a329ba7e625765186c36dcf054efc (diff) | |
download | hdf5-5548799289e661d0794a417fc7cfa88d0721a0a4.zip hdf5-5548799289e661d0794a417fc7cfa88d0721a0a4.tar.gz hdf5-5548799289e661d0794a417fc7cfa88d0721a0a4.tar.bz2 |
[svn-r27918] Brought in sync with the trunk:
r27860-27883
r27892-27916
Tested on: - h5committest
- jam (parallel) fails with an existing, unrelated MPI config error
- platypus fails with due to an existing, unrelated cmakehdf5 error
where it does not recognize --enable-fortran2003.
Diffstat (limited to 'test/CMakeTests.cmake')
-rw-r--r-- | test/CMakeTests.cmake | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake index b093064..98d488f 100644 --- a/test/CMakeTests.cmake +++ b/test/CMakeTests.cmake @@ -20,6 +20,7 @@ if (HDF5_TEST_VFD) sec2 stdio core + core_paged split multi family @@ -1158,10 +1159,16 @@ if (HDF5_TEST_VFD) set_tests_properties (VFD-${vfdname}-flush2 PROPERTIES DEPENDS VFD-${vfdname}-flush1) set_tests_properties (VFD-${vfdname}-flush1 PROPERTIES TIMEOUT 10) set_tests_properties (VFD-${vfdname}-flush2 PROPERTIES TIMEOUT 10) + if (NOT CYGWIN) + set_tests_properties (VFD-${vfdname}-cache PROPERTIES TIMEOUT 1800) + endif (NOT CYGWIN) if (BUILD_SHARED_LIBS) set_tests_properties (VFD-${vfdname}-flush2-shared PROPERTIES DEPENDS VFD-${vfdname}-flush1-shared) set_tests_properties (VFD-${vfdname}-flush1-shared PROPERTIES TIMEOUT 10) set_tests_properties (VFD-${vfdname}-flush2-shared PROPERTIES TIMEOUT 10) + if (NOT CYGWIN) + set_tests_properties (VFD-${vfdname}-cache-shared PROPERTIES TIMEOUT 1800) + endif (NOT CYGWIN) endif (BUILD_SHARED_LIBS) if (HDF5_TEST_FHEAP_VFD) add_test ( |