srsLTE/CTestConfig.cmake

16 lines
577 B
CMake
Raw Normal View History

2020-12-01 05:54:40 -08:00
#
2021-03-19 03:45:56 -07:00
# Copyright 2013-2021 Software Radio Systems Limited
2020-12-01 05:54:40 -08:00
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the distribution.
#
2021-03-19 03:45:56 -07:00
set(CTEST_PROJECT_NAME "srsRAN")
2014-03-08 03:46:19 -08:00
set(CTEST_NIGHTLY_START_TIME "00:00:00 GMT")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "my.cdash.org")
2021-03-19 03:45:56 -07:00
set(CTEST_DROP_LOCATION "/submit.php?project=srsRAN")
2014-03-08 03:46:19 -08:00
set(CTEST_DROP_SITE_CDASH TRUE)
2020-12-01 05:54:40 -08:00
set(VALGRIND_COMMAND_OPTIONS "--error-exitcode=1 --trace-children=yes --leak-check=full --show-reachable=yes --vex-guest-max-insns=25")