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
995111f5
Commit
995111f5
authored
Jun 01, 2021
by
Timo Koch
Browse files
[test][pnm] Fix test label
parent
1eaa5cec
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/porenetwork/1p/noncreepingflow/CMakeLists.txt
View file @
995111f5
...
...
@@ -4,7 +4,7 @@ add_input_file_links()
dumux_add_test
(
NAME test_pnm_1p_noncreeping_flow
SOURCES main.cc
LABELS porenetwork
flow
LABELS porenetwork
COMPILE_DEFINITIONS ISOTHERMAL=1
CMAKE_GUARD
"( dune-foamgrid_FOUND AND HAVE_UMFPACK )"
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
test/porenetwork/1p/noncreepingflow/nonisothermal/CMakeLists.txt
View file @
995111f5
...
...
@@ -2,7 +2,7 @@ add_input_file_links()
dumux_add_test
(
NAME test_pnm_1pni_noncreeping_flow
SOURCES main.cc
LABELS porenetwork
flow
LABELS porenetwork
COMPILE_DEFINITIONS ISOTHERMAL=0
CMAKE_GUARD
"( dune-foamgrid_FOUND AND HAVE_UMFPACK )"
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
...
...
Write
Preview
Markdown
is supported
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