summaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-11-01 15:57:03 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-11-01 15:57:03 (GMT)
commita960b232c176132ca027e64e1803076b39fc4d3d (patch)
tree61abc0de3a03e264c4865cfa5ffe7520207b82bc /test/CMakeLists.txt
parent398aaea3e6209752a15cd0e87a332ad9107e4318 (diff)
downloadhdf5-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/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt4
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)
##############################################################################