Skip to content
Snippets Groups Projects
Commit 4485222c authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

[test] use CMake guard for test requiring dune-foamgrid

parent f9d21793
No related branches found
No related tags found
1 merge request!778[test] use CMake guard for test requiring dune-foamgrid
......@@ -11,7 +11,9 @@ dune_add_test(NAME test_bboxtree_dim3
SOURCES test_bboxtree.cc
COMPILE_DEFINITIONS WORLD_DIMENSION=3)
dune_add_test(SOURCES test_geometry_fracture.cc)
dune_add_test(NAME test_geometry_fracture
SOURCES test_geometry_fracture.cc
CMAKE_GUARD dune-foamgrid_FOUND)
# symlink the input file in the build directory
dune_symlink_to_source_files(FILES "network1d.msh" "network2d.msh" "fracture.msh")
......
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