Skip to content
Snippets Groups Projects
Commit 011710a9 authored by Katharina Heck's avatar Katharina Heck
Browse files

[test][1pinternaldirichlet] uncomment cc test as this does not work yet

until better solution is found
parent 387309ea
No related branches found
No related tags found
1 merge request!1725[fix][cc] Replace faulty implementation of internal Dirichlet by error
...@@ -3,17 +3,18 @@ ...@@ -3,17 +3,18 @@
# The compilation triggers a copmiler error (static_assert) # The compilation triggers a copmiler error (static_assert)
# Once its implemented replace OnePInternalDirichletBox by OnePInternalDirichletTpfa (and uncomment OnePInternalDirichletTpfa in the problem.hh) # Once its implemented replace OnePInternalDirichletBox by OnePInternalDirichletTpfa (and uncomment OnePInternalDirichletTpfa in the problem.hh)
# and remove the EXPECT_COMPILE_FAIL flag # and remove the EXPECT_COMPILE_FAIL flag
dune_add_test(NAME test_1p_internaldirichlet_tpfa
EXPECT_COMPILE_FAIL # dune_add_test(NAME test_1p_internaldirichlet_tpfa
SOURCES ${CMAKE_SOURCE_DIR}/test/porousmediumflow/1p/implicit/incompressible/main.cc # EXPECT_COMPILE_FAIL
LABELS porousmediumflow 1p # SOURCES ${CMAKE_SOURCE_DIR}/test/porousmediumflow/1p/implicit/incompressible/main.cc
COMPILE_DEFINITIONS TYPETAG=OnePInternalDirichletBox # LABELS porousmediumflow 1p
COMPILE_DEFINITIONS NUMDIFFMETHOD=DiffMethod::analytic # COMPILE_DEFINITIONS TYPETAG=OnePInternalDirichletTpfa
COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py # COMPILE_DEFINITIONS NUMDIFFMETHOD=DiffMethod::analytic
CMD_ARGS --script fuzzy # COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py
--files ${CMAKE_SOURCE_DIR}/test/references/test_1p_internaldirichlet_tpfa-reference.vtu # CMD_ARGS --script fuzzy
${CMAKE_CURRENT_BINARY_DIR}/test_1p_internaldirichlet_tpfa-00001.vtu # --files ${CMAKE_SOURCE_DIR}/test/references/test_1p_internaldirichlet_tpfa-reference.vtu
--command "${CMAKE_CURRENT_BINARY_DIR}/test_1p_internaldirichlet_tpfa ${CMAKE_SOURCE_DIR}/test/porousmediumflow/1p/implicit/incompressible/params.input -Problem.Name test_1p_internaldirichlet_tpfa -Problem.EnableGravity false") # ${CMAKE_CURRENT_BINARY_DIR}/test_1p_internaldirichlet_tpfa-00001.vtu
# --command "${CMAKE_CURRENT_BINARY_DIR}/test_1p_internaldirichlet_tpfa ${CMAKE_SOURCE_DIR}/test/porousmediumflow/1p/implicit/incompressible/params.input -Problem.Name test_1p_internaldirichlet_tpfa -Problem.EnableGravity false")
dune_add_test(NAME test_1p_internaldirichlet_box dune_add_test(NAME test_1p_internaldirichlet_box
SOURCES ${CMAKE_SOURCE_DIR}/test/porousmediumflow/1p/implicit/incompressible/main.cc SOURCES ${CMAKE_SOURCE_DIR}/test/porousmediumflow/1p/implicit/incompressible/main.cc
......
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