From 5fd03557307f5881d67b0259dafdb9861cdc0b68 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 22 Aug 2013 14:05:02 +0000 Subject: [PATCH] Disable INCLUDE(CTest) git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30415 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/CTestConfig.cmake | 2 +- tests/CMakeLists.txt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/deal.II/CTestConfig.cmake b/deal.II/CTestConfig.cmake index acfd0951e5..c6407397e8 100644 --- a/deal.II/CTestConfig.cmake +++ b/deal.II/CTestConfig.cmake @@ -24,4 +24,4 @@ SET(CTEST_CUSTOM_COVERAGE_EXCLUDE "/contrib" ) -#SET(CTEST_USE_LAUNCHERS 1) +SET(CTEST_USE_LAUNCHERS 1) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 8e4a015311..c171a61708 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -23,8 +23,6 @@ # NUMDIFF_DIR # -SET(CTEST_USE_LAUNCHERS TRUE) - # # We need perl for the testsuite: # -- 2.39.5