Skip to content
Snippets Groups Projects
Commit 5f108df0 authored by Martin Schneider's avatar Martin Schneider
Browse files

[ex][dunemodule] Use dumux_add_test

parent ed457d71
No related branches found
No related tags found
Loading
Pipeline #30554 waiting for manual action
...@@ -52,10 +52,10 @@ mkdir appl ...@@ -52,10 +52,10 @@ mkdir appl
```cmake ```cmake
# add a new finite volume 1p test # add a new finite volume 1p test
dune_add_test(NAME test_1p_compressible_stationary_tpfa dumux_add_test(NAME test_1p_compressible_stationary_tpfa
SOURCES main.cc SOURCES main.cc
COMPILE_DEFINITIONS TYPETAG=OnePCompressibleTpfa COMPILE_DEFINITIONS TYPETAG=OnePCompressibleTpfa
CMD_ARGS params.input) CMD_ARGS params.input)
# add a symlink for the input file # add a symlink for the input file
dune_symlink_to_source_files(FILES "params.input") dune_symlink_to_source_files(FILES "params.input")
......
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