mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 05:55:01 +00:00
CMake: Use CTest for testing, with submission to the dashboard at:
http://www.cdash.org/CDashPublic/index.php?project=Boost [SVN r52813]
This commit is contained in:
parent
0551656d5b
commit
ccbf91daec
3 changed files with 15 additions and 2 deletions
|
@ -84,9 +84,9 @@ SET(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
|
|||
list(APPEND CMAKE_MODULE_PATH ${Boost_SOURCE_DIR}/tools/build/CMake)
|
||||
include(BoostUtils)
|
||||
include(BoostConfig)
|
||||
include(BoostBuildSlave)
|
||||
include(BoostCore)
|
||||
include(BoostDocs)
|
||||
include(CTest)
|
||||
include(BoostTesting)
|
||||
##########################################################################
|
||||
|
||||
|
|
13
CTestConfig.cmake
Normal file
13
CTestConfig.cmake
Normal file
|
@ -0,0 +1,13 @@
|
|||
## This file should be placed in the root directory of your project.
|
||||
## Then modify the CMakeLists.txt file in the root directory of your
|
||||
## project to incorporate the testing dashboard.
|
||||
## # The following are required to uses Dart and the Cdash dashboard
|
||||
## ENABLE_TESTING()
|
||||
## INCLUDE(CTest)
|
||||
set(CTEST_PROJECT_NAME "Boost")
|
||||
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
|
||||
|
||||
set(CTEST_DROP_METHOD "http")
|
||||
set(CTEST_DROP_SITE "www.cdash.org")
|
||||
set(CTEST_DROP_LOCATION "/CDashPublic/submit.php?project=Boost")
|
||||
set(CTEST_DROP_SITE_CDASH TRUE)
|
|
@ -1 +1 @@
|
|||
Subproject commit 9e0807df0fbf6d41500bbfb55dda495e4c19902e
|
||||
Subproject commit 8570d47b7b641c0d68c972b579b7c90d1844b9ec
|
Loading…
Add table
Reference in a new issue