mariadb/CTestConfig.cmake
Leif Walsh fc331f8fcf [t:4871] switch ctestconfig to use lex1's cdash server instead of munchkin (only works if you're running in tokulex)
git-svn-id: file:///svn/toku/tokudb@44629 c7de825b-a66e-492c-adef-691d508d4ae1
2013-04-17 00:00:50 -04:00

13 lines
536 B
CMake

## 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 "tokudb")
set(CTEST_NIGHTLY_START_TIME "23:59:00 EDT")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "192.168.1.114")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=tokudb")
set(CTEST_DROP_SITE_CDASH TRUE)