From 64b77c9495d04d2ef23fc9ad47bae17726c68fd4 Mon Sep 17 00:00:00 2001 From: Michael Kuron <mkuron@icp.uni-stuttgart.de> Date: Fri, 31 Mar 2017 10:37:11 +0200 Subject: [PATCH] Delete CTestConfig.cmake --- CTestConfig.cmake | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 CTestConfig.cmake diff --git a/CTestConfig.cmake b/CTestConfig.cmake deleted file mode 100644 index 98023faaf..000000000 --- a/CTestConfig.cmake +++ /dev/null @@ -1,18 +0,0 @@ -## 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 submit to the CDash dashboard: -## ENABLE_TESTING() -## INCLUDE(CTest) -set(CTEST_PROJECT_NAME "waLBerla") -set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC") - -set(CTEST_DROP_METHOD "http") -set(CTEST_DROP_SITE "www10.informatik.uni-erlangen.de") -set(CTEST_DROP_LOCATION "/Research/Projects/walberla/CDash/submit.php?project=waLBerla") -set(CTEST_DROP_SITE_CDASH TRUE) - -set (MEMORYCHECK_COMMAND:FILEPATH "/usr/bin/valgrind") -set (MEMORYCHECK_COMMAND_OPTIONS "--show-reachable=no") -set (MEMORYCHECK_SUPPRESSIONS_FILE "${CMAKE_SOURCE_DIR}/openmpi-valgrind.supp") -- GitLab