diff --git a/CMakeLists.txt b/CMakeLists.txt
index c0d953142ff6c039b095dae41cf4a6f15a99b008..e333cab7b37c5466067f1cd5f05c9385e5fa120c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,8 +37,8 @@ add_subdirectory(cmake/modules)
 add_subdirectory(python)
 
 add_subdirectory(test)
-#add_subdirectory(bin)
-#add_subdirectory(applications)
+add_subdirectory(bin)
+add_subdirectory(applications)
 
 # finalize the dune project, e.g. generating config.h etc.
 finalize_dune_project(GENERATE_CONFIG_H_CMAKE)
diff --git a/test/blockstructured/poisson/poisson_matrix_free.mini b/test/blockstructured/poisson/poisson_matrix_free.mini
index 1651025749ee8d83efeb3366b544908a160d9c9e..514ab95b79ea5febb48da6d4a610c9abbb4d5ba4 100644
--- a/test/blockstructured/poisson/poisson_matrix_free.mini
+++ b/test/blockstructured/poisson/poisson_matrix_free.mini
@@ -13,7 +13,6 @@ compare_l2errorsquared = 1e-7
 
 [formcompiler.r]
 matrix_free = 1
-generate_jacobians = 0
 blockstructured = 1
 number_of_blocks = 4
 geometry_mixins = blockstructured_equidistant
diff --git a/test/poisson/CMakeLists.txt b/test/poisson/CMakeLists.txt
index 1d448bd2bff8d6b7c4c11419dc34ce618cd8acf1..5eeae1a434b4051470540c44d766360d904b4fdd 100644
--- a/test/poisson/CMakeLists.txt
+++ b/test/poisson/CMakeLists.txt
@@ -81,13 +81,6 @@ dune_add_formcompiler_system_test(UFLFILE poisson_dg_quadrilateral.ufl
         INIFILE poisson_dg_axiparallel.mini
         )
 
-
-# 10. Poisson Test Case with a full permeability tensor
-dune_add_formcompiler_system_test(UFLFILE poisson_tensor_inv.ufl
-        BASENAME poisson_tensor_inv
-        INIFILE poisson_tensor_inv.mini
-        )
-
 # the reference vtk file
 add_executable(poisson_dg_ref reference_main.cc)
 set_target_properties(poisson_dg_ref PROPERTIES EXCLUDE_FROM_ALL 1)
diff --git a/test/poisson/poisson_dg_quadrilateral.ufl b/test/poisson/poisson_dg_quadrilateral.ufl
index 902069a0fca97fa64e1e22e6e79eeff444eb37da..7387894341f25221d412ae967717a3bfca8788f4 100644
--- a/test/poisson/poisson_dg_quadrilateral.ufl
+++ b/test/poisson/poisson_dg_quadrilateral.ufl
@@ -1,4 +1,4 @@
-generate_jacobian_kernelscell = "quadrilateral"
+cell = "quadrilateral"
 degree = 1
 dim = 2