diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-11-24 17:24:04 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-11-24 17:24:04 (GMT) |
commit | a1a1aba1308077a0a7fcfdb300d86349667430ba (patch) | |
tree | 2becdb08788214ca6c4120d3545f70f9993f9ee2 /test/CMakeTests.cmake | |
parent | b78904d8ff284cc6d458a6f97e67559074c96ec9 (diff) | |
download | hdf5-a1a1aba1308077a0a7fcfdb300d86349667430ba.zip hdf5-a1a1aba1308077a0a7fcfdb300d86349667430ba.tar.gz hdf5-a1a1aba1308077a0a7fcfdb300d86349667430ba.tar.bz2 |
[svn-r25839] Remove hard coded urls.
Add WiX support.
Add file test depends.
Diffstat (limited to 'test/CMakeTests.cmake')
-rw-r--r-- | test/CMakeTests.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake index 549d5a7..ba6adad 100644 --- a/test/CMakeTests.cmake +++ b/test/CMakeTests.cmake @@ -434,6 +434,7 @@ if (HDF5_TEST_VFD) -P "${HDF_RESOURCES_DIR}/vfdTest.cmake" ) endforeach (test ${H5_VFD_TESTS}) + 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}-objcopy PROPERTIES TIMEOUT 1000) set_tests_properties (VFD-${vfdname}-testhdf5 PROPERTIES TIMEOUT 1200) |