config pour les tests ajoutée
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1721 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
4d5b8db81e
commit
383407edca
3 changed files with 13 additions and 1 deletions
|
|
@ -35,6 +35,11 @@ IF(NOT DEFINED config OR NOT config)
|
||||||
give the path of the install configuration file. ")
|
give the path of the install configuration file. ")
|
||||||
ENDIF(NOT DEFINED config OR NOT config)
|
ENDIF(NOT DEFINED config OR NOT config)
|
||||||
|
|
||||||
|
EXECUTE_PROCESS(
|
||||||
|
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
||||||
|
${ParadisEO-MOEO_SOURCE_DIR}/CTestCustom.cmake
|
||||||
|
${ParadisEO-MOEO_BINARY_DIR}/CTestCustom.cmake)
|
||||||
|
|
||||||
# Need the config file whose full path is given thanks to the "config" variable
|
# Need the config file whose full path is given thanks to the "config" variable
|
||||||
INCLUDE(${config})
|
INCLUDE(${config})
|
||||||
##########################################################################################################################################
|
##########################################################################################################################################
|
||||||
|
|
|
||||||
5
trunk/paradiseo-mo/CTestCustom.cmake
Normal file
5
trunk/paradiseo-mo/CTestCustom.cmake
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
|
||||||
|
${CTEST_CUSTOM_COVERAGE_EXCLUDE}
|
||||||
|
"test/"
|
||||||
|
"paradiseo-eo/"
|
||||||
|
)
|
||||||
|
|
@ -22,4 +22,6 @@ TARGET_LINK_LIBRARIES(testHCneutral eoutils ga eo)
|
||||||
TARGET_LINK_LIBRARIES(testMetropolisHasting eoutils ga eo)
|
TARGET_LINK_LIBRARIES(testMetropolisHasting eoutils ga eo)
|
||||||
#TARGET_LINK_LIBRARIES(testWithMove eoutils ga eo)
|
#TARGET_LINK_LIBRARIES(testWithMove eoutils ga eo)
|
||||||
TARGET_LINK_LIBRARIES(testSimpleTS eoutils ga eo)
|
TARGET_LINK_LIBRARIES(testSimpleTS eoutils ga eo)
|
||||||
TARGET_LINK_LIBRARIES(testRandomNeutralWalk eoutils ga eo)
|
TARGET_LINK_LIBRARIES(testRandomNeutralWalk eoutils ga eo)
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue