Skip to content
Snippets Groups Projects
Commit 75bd21a0 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[test.grid_periodicview] use correct CMake guard

parent 7b6225f8
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,7 @@ TEST_F(PeriodicViewTest, check_all)
#else // HAVE_DUNE_GRID
TEST(DISABLED_PeriodicViewTestYaspCube, check_yaspcube)
TEST(DISABLED_PeriodicViewTest, check_all)
{
}
......
......@@ -16,4 +16,4 @@ grid = {grid_yasp}, {grid_alu} | expand grid
TESTGRIDTYPE = {grid}
IS_SIMPLEX = false, {geometry_is_simplex} | expand grid
1, HAVE_DUNE_ALUGRID | expand grid | cmake_guard
1, dune-alugrid_FOUND | expand grid | cmake_guard
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment