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

Merge branch 'fix/new-module-exercise' into 'master'

[ex][dunemodule] Use dumux_add_test

See merge request !193
parents ed457d71 5f108df0
No related branches found
No related tags found
1 merge request!193[ex][dunemodule] Use dumux_add_test
Pipeline #30555 passed
......@@ -52,10 +52,10 @@ mkdir appl
```cmake
# add a new finite volume 1p test
dune_add_test(NAME test_1p_compressible_stationary_tpfa
SOURCES main.cc
COMPILE_DEFINITIONS TYPETAG=OnePCompressibleTpfa
CMD_ARGS params.input)
dumux_add_test(NAME test_1p_compressible_stationary_tpfa
SOURCES main.cc
COMPILE_DEFINITIONS TYPETAG=OnePCompressibleTpfa
CMD_ARGS params.input)
# add a symlink for the input file
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