From: Denis Davydov Date: Mon, 28 Mar 2016 21:43:31 +0000 (+0200) Subject: move lac/matrix_out_03 to petsc/ not to run in complex-valued case X-Git-Tag: v8.5.0-rc1~1153^2~27 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9eaa2dae97476a50c2fad2b2cbdc53fc4d876d2;p=dealii.git move lac/matrix_out_03 to petsc/ not to run in complex-valued case --- 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