Skip to content
Snippets Groups Projects
Unverified Commit 710234ac authored by René Fritze's avatar René Fritze
Browse files

[test|grid] hotfix dgf_provider not finding dgf files

this should get a cleaner solution in the future
parent a3789dec
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,14 @@ install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/gtest ...@@ -24,6 +24,14 @@ install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/gtest
PATTERN "*") PATTERN "*")
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/main.hxx DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/xt/test/) install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/main.hxx DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/xt/test/)
# this should ideally move back into the grid subdir, along with the files
dune_symlink_to_source_files(FILES
gmsh_2d_simplices.msh
dgf_1d_interval.dgf
dgf_2d_interval.dgf
dgf_3d_interval.dgf
dgf_4d_interval.dgf)
add_subdir_tests(common) add_subdir_tests(common)
add_subdir_tests(grid) add_subdir_tests(grid)
add_subdir_tests(la) add_subdir_tests(la)
......
...@@ -13,14 +13,6 @@ ...@@ -13,14 +13,6 @@
enable_testing() enable_testing()
# link grid files
dune_symlink_to_source_files(FILES
gmsh_2d_simplices.msh
dgf_1d_interval.dgf
dgf_2d_interval.dgf
dgf_3d_interval.dgf
dgf_4d_interval.dgf)
dxt_exclude_from_headercheck(dd_subdomains_cube.hh) dxt_exclude_from_headercheck(dd_subdomains_cube.hh)
# we want to discard one of the tests via cmake_guard if UG is parallel, so define a suitable variable here # we want to discard one of the tests via cmake_guard if UG is parallel, so define a suitable variable here
......
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