From: maier Date: Thu, 10 Oct 2013 17:17:18 +0000 (+0000) Subject: Disable the "fail" and "a-framework" categories for tests X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caf2df5eb0ba674b47a7075a271f9d827ab7db62;p=dealii-svn.git Disable the "fail" and "a-framework" categories for tests git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31197 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/a-framework/CMakeLists.txt b/tests/a-framework/CMakeLists.txt deleted file mode 100644 index e39c51b85d..0000000000 --- a/tests/a-framework/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8) -INCLUDE(${DEAL_II_SOURCE_DIR}/cmake/setup_testsuite.cmake) -PROJECT(testsuite CXX) -INCLUDE(${DEAL_II_TARGET_CONFIG}) -DEAL_II_PICKUP_TESTS() diff --git a/tests/fail/CMakeLists.txt b/tests/fail/CMakeLists.txt deleted file mode 100644 index e39c51b85d..0000000000 --- a/tests/fail/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8) -INCLUDE(${DEAL_II_SOURCE_DIR}/cmake/setup_testsuite.cmake) -PROJECT(testsuite CXX) -INCLUDE(${DEAL_II_TARGET_CONFIG}) -DEAL_II_PICKUP_TESTS()