From: David Wells Date: Fri, 27 Apr 2018 23:08:55 +0000 (-0400) Subject: Add some third-party library restrictions to tests. X-Git-Tag: v9.0.0-rc1~83^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1656360a6c63cdaf1b55b502c9824ff6e5d91fcc;p=dealii.git Add some third-party library restrictions to tests. --- diff --git a/tests/dofs/block_relaxation_01.cc b/tests/dofs/block_relaxation_01.cc index 8a1f27a59a..2f7dce2a85 100644 --- a/tests/dofs/block_relaxation_01.cc +++ b/tests/dofs/block_relaxation_01.cc @@ -14,7 +14,8 @@ // --------------------------------------------------------------------- -// Test that setting the kernel size in RelaxationBlock actually works. +// Test that setting the kernel size in RelaxationBlock actually works. This +// test uses SVD-based smoothing so it can only be run with LAPACK. #include "../tests.h" diff --git a/tests/dofs/block_relaxation_01.output b/tests/dofs/block_relaxation_01.with_lapack=true.output similarity index 100% rename from tests/dofs/block_relaxation_01.output rename to tests/dofs/block_relaxation_01.with_lapack=true.output diff --git a/tests/non_matching/coupling_01.output b/tests/non_matching/coupling_01.with_umfpack=true.output similarity index 100% rename from tests/non_matching/coupling_01.output rename to tests/non_matching/coupling_01.with_umfpack=true.output diff --git a/tests/non_matching/coupling_02.output b/tests/non_matching/coupling_02.with_umfpack=true.output similarity index 100% rename from tests/non_matching/coupling_02.output rename to tests/non_matching/coupling_02.with_umfpack=true.output diff --git a/tests/non_matching/coupling_03.output b/tests/non_matching/coupling_03.with_umfpack=true.output similarity index 100% rename from tests/non_matching/coupling_03.output rename to tests/non_matching/coupling_03.with_umfpack=true.output diff --git a/tests/non_matching/coupling_04.output b/tests/non_matching/coupling_04.with_umfpack=true.output similarity index 100% rename from tests/non_matching/coupling_04.output rename to tests/non_matching/coupling_04.with_umfpack=true.output