Skip to content
Snippets Groups Projects
Commit 8d013a1d authored by Timo Koch's avatar Timo Koch
Browse files

Deprecate add_dumux_test. Use dune_add_test instead.

parent f203d95d
No related branches found
No related tags found
Loading
...@@ -13,6 +13,9 @@ ...@@ -13,6 +13,9 @@
# - further arguments: are optional and are used as arguments for calling the test # - further arguments: are optional and are used as arguments for calling the test
### ###
macro(add_dumux_test dumux_test dumux_test_executable dumux_test_executable_source) macro(add_dumux_test dumux_test dumux_test_executable dumux_test_executable_source)
message(WARNING "add_dumux_test is deprecated. Use dune_add_test directly now that we require dune 2.5")
# if present, symlink the grids folder # if present, symlink the grids folder
set(grids_directory ${CMAKE_CURRENT_SOURCE_DIR}/grids) set(grids_directory ${CMAKE_CURRENT_SOURCE_DIR}/grids)
if(EXISTS ${grids_directory} AND IS_DIRECTORY ${grids_directory}) if(EXISTS ${grids_directory} AND IS_DIRECTORY ${grids_directory})
......
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