From 1656360a6c63cdaf1b55b502c9824ff6e5d91fcc Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 27 Apr 2018 19:08:55 -0400 Subject: [PATCH] Add some third-party library restrictions to tests. --- tests/dofs/block_relaxation_01.cc | 3 ++- ...n_01.output => block_relaxation_01.with_lapack=true.output} | 0 ...coupling_01.output => coupling_01.with_umfpack=true.output} | 0 ...coupling_02.output => coupling_02.with_umfpack=true.output} | 0 ...coupling_03.output => coupling_03.with_umfpack=true.output} | 0 ...coupling_04.output => coupling_04.with_umfpack=true.output} | 0 6 files changed, 2 insertions(+), 1 deletion(-) rename tests/dofs/{block_relaxation_01.output => block_relaxation_01.with_lapack=true.output} (100%) rename tests/non_matching/{coupling_01.output => coupling_01.with_umfpack=true.output} (100%) rename tests/non_matching/{coupling_02.output => coupling_02.with_umfpack=true.output} (100%) rename tests/non_matching/{coupling_03.output => coupling_03.with_umfpack=true.output} (100%) rename tests/non_matching/{coupling_04.output => coupling_04.with_umfpack=true.output} (100%) 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 -- 2.39.5