Minor changes to test harness : CMakeLists.txt

This commit is contained in:
Martin Beaudoin 2011-06-09 08:48:23 -04:00
parent aa19e2eba0
commit fc2c422bcc
2 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@
# #
# Description # Description
# CMakeLists.txt file for implementing a test harness for the compilation # CMakeLists.txt file for implementing a test harness for the compilation
# and test of OpenFOAM-1.5-dev using Kitware CTest./CMake/CDash # and test of OpenFOAM-1.6-ext using Kitware CTest./CMake/CDash
# #
# The results will be submitted to the CDash server identified by the file # The results will be submitted to the CDash server identified by the file
# CTestConfig.cmake # CTestConfig.cmake
@ -37,7 +37,7 @@
cmake_minimum_required (VERSION 2.8) cmake_minimum_required (VERSION 2.8)
PROJECT(OpenFOAM_1.5-dev) PROJECT(OpenFOAM_1.6-ext)
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# Initialization of CTest specific variables # Initialization of CTest specific variables
@ -92,7 +92,7 @@ SET(BUILDNAME "${BUILDNAME}-$ENV{WM_CC}${COMPILER_VERSION}")
# We will support more compilers eventually. # We will support more compilers eventually.
# #
# Timeout for running all this: 4 hours: 4 x 3600 seconds # Timeout for running every single test: 4 hours: 4 x 3600 seconds
#SET( #SET(
# DART_TESTING_TIMEOUT 14400 # DART_TESTING_TIMEOUT 14400
# CACHE STRING "Maximum time allowed (4 hours) before CTest will kill the test." # CACHE STRING "Maximum time allowed (4 hours) before CTest will kill the test."

View file

@ -24,7 +24,7 @@
# #
# Description # Description
# CMakeLists.txt file for implementing a test harness for the compilation # CMakeLists.txt file for implementing a test harness for the compilation
# and test of OpenFOAM-1.5-dev using Kitware CTest./CMake/CDash # and test of OpenFOAM-1.6-ext using Kitware CTest./CMake/CDash
# #
# The results will be submitted to the CDash server identified by the file # The results will be submitted to the CDash server identified by the file
# CTestConfig.cmake # CTestConfig.cmake
@ -37,7 +37,7 @@
cmake_minimum_required (VERSION 2.8) cmake_minimum_required (VERSION 2.8)
PROJECT(OpenFOAM_1.5-dev) PROJECT(OpenFOAM_1.6-ext)
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# Initialization of CTest specific variables # Initialization of CTest specific variables
@ -92,7 +92,7 @@ SET(BUILDNAME "${BUILDNAME}-$ENV{WM_CC}${COMPILER_VERSION}")
# We will support more compilers eventually. # We will support more compilers eventually.
# #
# Timeout for running all this: 4 hours: 4 x 3600 seconds # Timeout for running every single test: 4 hours: 4 x 3600 seconds
#SET( #SET(
# DART_TESTING_TIMEOUT 14400 # DART_TESTING_TIMEOUT 14400
# CACHE STRING "Maximum time allowed (4 hours) before CTest will kill the test." # CACHE STRING "Maximum time allowed (4 hours) before CTest will kill the test."