xref: /aosp_15_r20/external/eigen/CTestConfig.cmake (revision bf2c37156dfe67e5dfebd6d394bad8b2ab5804d4)
1*bf2c3715SXin Li## This file should be placed in the root directory of your project.
2*bf2c3715SXin Li## Then modify the CMakeLists.txt file in the root directory of your
3*bf2c3715SXin Li## project to incorporate the testing dashboard.
4*bf2c3715SXin Li## # The following are required to uses Dart and the Cdash dashboard
5*bf2c3715SXin Li##   enable_testing()
6*bf2c3715SXin Li##   include(CTest)
7*bf2c3715SXin Liset(CTEST_PROJECT_NAME "Eigen")
8*bf2c3715SXin Liset(CTEST_NIGHTLY_START_TIME "00:00:00 UTC")
9*bf2c3715SXin Li
10*bf2c3715SXin Liset(CTEST_DROP_METHOD "http")
11*bf2c3715SXin Liset(CTEST_DROP_SITE "my.cdash.org")
12*bf2c3715SXin Liset(CTEST_DROP_LOCATION "/submit.php?project=Eigen")
13*bf2c3715SXin Liset(CTEST_DROP_SITE_CDASH TRUE)
14*bf2c3715SXin Li#set(CTEST_PROJECT_SUBPROJECTS
15*bf2c3715SXin Li#Official
16*bf2c3715SXin Li#Unsupported
17*bf2c3715SXin Li#)
18