From d9eaa2dae97476a50c2fad2b2cbdc53fc4d876d2 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Mon, 28 Mar 2016 23:43:31 +0200 Subject: [PATCH] move lac/matrix_out_03 to petsc/ not to run in complex-valued case --- tests/lac/CMakeLists.txt | 5 +---- tests/{lac => petsc}/matrix_out_03.cc | 0 tests/{lac => petsc}/matrix_out_03.with_petsc=true.output | 0 3 files changed, 1 insertion(+), 4 deletions(-) rename tests/{lac => petsc}/matrix_out_03.cc (100%) rename tests/{lac => petsc}/matrix_out_03.with_petsc=true.output (100%) diff --git a/tests/lac/CMakeLists.txt b/tests/lac/CMakeLists.txt index f700a3f391..f8ac3eb029 100644 --- a/tests/lac/CMakeLists.txt +++ b/tests/lac/CMakeLists.txt @@ -1,7 +1,4 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.9) INCLUDE(../setup_testsubproject.cmake) PROJECT(testsuite CXX) -# FIXME: lac/matrix_out_03 fails with complex-valued PETSc -IF(NOT DEAL_II_PETSC_WITH_COMPLEX) - DEAL_II_PICKUP_TESTS() -ENDIF() +DEAL_II_PICKUP_TESTS() diff --git a/tests/lac/matrix_out_03.cc b/tests/petsc/matrix_out_03.cc similarity index 100% rename from tests/lac/matrix_out_03.cc rename to tests/petsc/matrix_out_03.cc diff --git a/tests/lac/matrix_out_03.with_petsc=true.output b/tests/petsc/matrix_out_03.with_petsc=true.output similarity index 100% rename from tests/lac/matrix_out_03.with_petsc=true.output rename to tests/petsc/matrix_out_03.with_petsc=true.output -- 2.39.5