diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-11-01 15:57:03 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-11-01 15:57:03 (GMT) |
commit | a960b232c176132ca027e64e1803076b39fc4d3d (patch) | |
tree | 61abc0de3a03e264c4865cfa5ffe7520207b82bc /test | |
parent | 398aaea3e6209752a15cd0e87a332ad9107e4318 (diff) | |
download | hdf5-a960b232c176132ca027e64e1803076b39fc4d3d.zip hdf5-a960b232c176132ca027e64e1803076b39fc4d3d.tar.gz hdf5-a960b232c176132ca027e64e1803076b39fc4d3d.tar.bz2 |
[svn-r19702] Removed special fheap timeout - replaced by timeout set in CTestConfig.ctest
Added MemCheck Ignore tests for repeated tools tests
Added Debug flag for windows
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index b3af7e6..0adc244 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -293,10 +293,6 @@ FOREACH (test ${H5_TESTS}) ADD_H5_TEST(${test}) ENDFOREACH (test ${H5_TESTS}) -#-- Allow extra time for fheap to complete 30min -IF (WIN32) - SET_TESTS_PROPERTIES (fheap PROPERTIES TIMEOUT 2500) -ENDIF (WIN32) ############################################################################## |