diff --git a/tests/elliptic-estimators.cc b/tests/elliptic-estimators.cc
index 3f9f8ecc892d0917ba4fb4bb56260c2376b423f6..9bd5818740e96338f817f6d11634d753f075c1c9 100644
--- a/tests/elliptic-estimators.cc
+++ b/tests/elliptic-estimators.cc
@@ -44,7 +44,9 @@ std::vector<double> truncate_vector(const std::vector<double>& in, const size_t
 
 typedef Dune::ALUConformGrid<2, 2> AluConform2dGridType;
 
-typedef testing::Types<EllipticTestCase::ESV07<AluConform2dGridType>> AluConform2dTestCases;
+typedef testing::Types<EllipticTestCase::ESV07<AluConform2dGridType>,
+                       EllipticTestCase::LocalThermalBlock<AluConform2dGridType>,
+                       EllipticTestCase::Spe10Model1<AluConform2dGridType>> AluConform2dTestCases;
 
 
 template <class TestCase>