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

[test.functions_constant] re-use .mini file from functions_functions

parent e29f2aa8
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,12 @@ dune_add_system_test(SOURCE functions_functions.cc
CREATED_TARGETS targetlist
${DEBUG_MACRO_TESTS})
dune_add_system_test(SOURCE functions_constant.cc
INIFILE functions_functions.mini
BASENAME test_functions_constant
CREATED_TARGETS targetlist
${DEBUG_MACRO_TESTS})
foreach(_exe ${targetlist})
target_link_libraries(${_exe} ${COMMON_LIBS} ${GRID_LIBS} gtest_dune_stuff dunestuff)
add_dune_mpi_flags(${_exe})
......
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