From 5966c65fb6243d13b240f43b2c70c20102c3cdc6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 21 Jan 2025 14:54:20 -0700 Subject: [PATCH] Include ../tests.h into a couple more tests. --- tests/fe/2d_grid_projection_hermite.cc | 2 ++ tests/mpi/step-37.cc | 2 ++ tests/rol/vector_adaptor_02.cc | 2 ++ tests/simplex/step-12.cc | 2 ++ tests/simplex/step-38.cc | 2 ++ 5 files changed, 10 insertions(+) diff --git a/tests/fe/2d_grid_projection_hermite.cc b/tests/fe/2d_grid_projection_hermite.cc index 3cde0f5648..c13336f18a 100644 --- a/tests/fe/2d_grid_projection_hermite.cc +++ b/tests/fe/2d_grid_projection_hermite.cc @@ -51,6 +51,8 @@ #include #include +#include "../tests.h" + #define PRECISION 8 /** diff --git a/tests/mpi/step-37.cc b/tests/mpi/step-37.cc index 9b5e66e3e7..a0e9fd3550 100644 --- a/tests/mpi/step-37.cc +++ b/tests/mpi/step-37.cc @@ -58,6 +58,8 @@ #include #include +#include "../tests.h" + namespace Step37 { diff --git a/tests/rol/vector_adaptor_02.cc b/tests/rol/vector_adaptor_02.cc index 4661792fa0..9c694e63e1 100644 --- a/tests/rol/vector_adaptor_02.cc +++ b/tests/rol/vector_adaptor_02.cc @@ -20,6 +20,8 @@ #include #include +#include "../tests.h" + #include "ROL_Algorithm.hpp" #include "ROL_LineSearchStep.hpp" #include "ROL_Objective.hpp" diff --git a/tests/simplex/step-12.cc b/tests/simplex/step-12.cc index e3e7fd2c67..c0bbd46120 100644 --- a/tests/simplex/step-12.cc +++ b/tests/simplex/step-12.cc @@ -60,6 +60,8 @@ #include #include +#include "../tests.h" + namespace Step12 { using namespace dealii; diff --git a/tests/simplex/step-38.cc b/tests/simplex/step-38.cc index 50f3b06544..ba5223e5fe 100644 --- a/tests/simplex/step-38.cc +++ b/tests/simplex/step-38.cc @@ -57,6 +57,8 @@ #include #include +#include "../tests.h" + #define USE_SIMPLEX namespace Step38 -- 2.39.5