Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
8d013a1d
Commit
8d013a1d
authored
Nov 27, 2017
by
Timo Koch
Browse files
Deprecate add_dumux_test. Use dune_add_test instead.
parent
f203d95d
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/modules/DumuxTestMacros.cmake
View file @
8d013a1d
...
...
@@ -13,6 +13,9 @@
# - 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
)
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
set
(
grids_directory
${
CMAKE_CURRENT_SOURCE_DIR
}
/grids
)
if
(
EXISTS
${
grids_directory
}
AND IS_DIRECTORY
${
grids_directory
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment