e424667f47
Configuration files and scripts to perform tests with ctest - ctest can be run into the test directory or the root - the script CTestScript.cmake allows ctest to perform the whole sequence update/configure/build/test and submit the result to cdash (http://cdash.inria.fr/CDash/index.php?project=Heptagon) - gen_ctests is used to generate the file test/CTestTestfile.cmake
6 lines
242 B
CMake
6 lines
242 B
CMake
SET(CTEST_PROJECT_NAME "Heptagon")
|
|
SET(CTEST_NIGHTLY_START_TIME "20:00:00 EST")
|
|
SET(CTEST_DROP_METHOD "http")
|
|
SET(CTEST_DROP_SITE "cdash.inria.fr")
|
|
SET(CTEST_DROP_LOCATION "/CDash/submit.php?project=Heptagon")
|
|
SET(CTEST_DROP_SITE_CDASH TRUE)
|