From 8909ac84741a72cd78780feeb5d7fea973e6d416 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Mon, 26 Nov 2018 09:48:42 +0100 Subject: [PATCH] [test] Add freeflow label to multidomain freeflow tests --- .../1p2c_1p2c/diffusionlawcomparison/CMakeLists.txt | 4 ++-- .../stokesdarcy/1p2c_1p2c/horizontalflow/CMakeLists.txt | 2 +- .../stokesdarcy/1p2c_1p2c/verticalflow/CMakeLists.txt | 4 ++-- .../multidomain/boundary/stokesdarcy/1p2c_2p2c/CMakeLists.txt | 4 ++-- .../multidomain/boundary/stokesdarcy/1p3c_1p3c/CMakeLists.txt | 2 +- .../boundary/stokesdarcy/1p_1p/horizontalflow/CMakeLists.txt | 2 +- .../boundary/stokesdarcy/1p_1p/verticalflow/CMakeLists.txt | 2 +- test/multidomain/boundary/stokesdarcy/1p_2p/CMakeLists.txt | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/test/multidomain/boundary/stokesdarcy/1p2c_1p2c/diffusionlawcomparison/CMakeLists.txt b/test/multidomain/boundary/stokesdarcy/1p2c_1p2c/diffusionlawcomparison/CMakeLists.txt index 5c27a37406..ee8d570d6d 100644 --- a/test/multidomain/boundary/stokesdarcy/1p2c_1p2c/diffusionlawcomparison/CMakeLists.txt +++ b/test/multidomain/boundary/stokesdarcy/1p2c_1p2c/diffusionlawcomparison/CMakeLists.txt @@ -1,7 +1,7 @@ add_input_file_links() dune_add_test(NAME test_md_boundary_darcy1p2c_stokes1p2c_maxwellstefan - LABELS multidomain + LABELS multidomain freeflow SOURCES main.cc CMAKE_GUARD HAVE_UMFPACK COMPILE_DEFINITIONS DIFFUSIONTYPE=MaxwellStefansLaw<TypeTag> @@ -15,7 +15,7 @@ dune_add_test(NAME test_md_boundary_darcy1p2c_stokes1p2c_maxwellstefan --command "${CMAKE_CURRENT_BINARY_DIR}/test_md_boundary_darcy1p2c_stokes1p2c_maxwellstefan params.input") dune_add_test(NAME test_md_boundary_darcy1p2c_stokes1p2c_fickslaw - LABELS multidomain + LABELS multidomain freeflow SOURCES main.cc CMAKE_GUARD HAVE_UMFPACK COMPILE_DEFINITIONS DIFFUSIONTYPE=FicksLaw<TypeTag> diff --git a/test/multidomain/boundary/stokesdarcy/1p2c_1p2c/horizontalflow/CMakeLists.txt b/test/multidomain/boundary/stokesdarcy/1p2c_1p2c/horizontalflow/CMakeLists.txt index 7f2a65be92..ef763e257c 100644 --- a/test/multidomain/boundary/stokesdarcy/1p2c_1p2c/horizontalflow/CMakeLists.txt +++ b/test/multidomain/boundary/stokesdarcy/1p2c_1p2c/horizontalflow/CMakeLists.txt @@ -1,7 +1,7 @@ add_input_file_links() dune_add_test(NAME test_md_boundary_darcy1p2c_stokes1p2c_horizontal - LABELS multidomain + LABELS multidomain freeflow SOURCES main.cc CMAKE_GUARD HAVE_UMFPACK COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py diff --git a/test/multidomain/boundary/stokesdarcy/1p2c_1p2c/verticalflow/CMakeLists.txt b/test/multidomain/boundary/stokesdarcy/1p2c_1p2c/verticalflow/CMakeLists.txt index d25a242d95..1988ed7f9d 100644 --- a/test/multidomain/boundary/stokesdarcy/1p2c_1p2c/verticalflow/CMakeLists.txt +++ b/test/multidomain/boundary/stokesdarcy/1p2c_1p2c/verticalflow/CMakeLists.txt @@ -3,7 +3,7 @@ add_input_file_links() add_executable(test_md_boundary_darcy1p2c_stokes1p2c_vertical EXCLUDE_FROM_ALL main.cc) dune_add_test(NAME test_md_boundary_darcy1p2c_stokes1p2c_vertical_diffusion - LABELS multidomain + LABELS multidomain freeflow TARGET test_md_boundary_darcy1p2c_stokes1p2c_vertical CMAKE_GUARD HAVE_UMFPACK COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py @@ -17,7 +17,7 @@ dune_add_test(NAME test_md_boundary_darcy1p2c_stokes1p2c_vertical_diffusion -Vtk.OutputName test_md_boundary_darcy1p2c_stokes1p2c_vertical_diffusion") dune_add_test(NAME test_md_boundary_darcy1p2c_stokes1p2c_vertical_advection - LABELS multidomain + LABELS multidomain freeflow TARGET test_md_boundary_darcy1p2c_stokes1p2c_vertical CMAKE_GUARD HAVE_UMFPACK COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py diff --git a/test/multidomain/boundary/stokesdarcy/1p2c_2p2c/CMakeLists.txt b/test/multidomain/boundary/stokesdarcy/1p2c_2p2c/CMakeLists.txt index 0d0494e9e4..0f308e877d 100644 --- a/test/multidomain/boundary/stokesdarcy/1p2c_2p2c/CMakeLists.txt +++ b/test/multidomain/boundary/stokesdarcy/1p2c_2p2c/CMakeLists.txt @@ -1,7 +1,7 @@ add_input_file_links() dune_add_test(NAME test_md_boundary_darcy2p2c_stokes1p2c_horizontal - LABELS multidomain + LABELS multidomain freeflow SOURCES main.cc CMAKE_GUARD HAVE_UMFPACK COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py @@ -15,7 +15,7 @@ dune_add_test(NAME test_md_boundary_darcy2p2c_stokes1p2c_horizontal -Vtk.OutputName test_md_boundary_darcy2p2c_stokes1p2c_horizontal") dune_add_test(NAME test_md_boundary_darcy2p2cni_stokes1p2cni_horizontal - LABELS multidomain + LABELS multidomain freeflow SOURCES main.cc COMPILE_DEFINITIONS NONISOTHERMAL=1 CMAKE_GUARD HAVE_UMFPACK diff --git a/test/multidomain/boundary/stokesdarcy/1p3c_1p3c/CMakeLists.txt b/test/multidomain/boundary/stokesdarcy/1p3c_1p3c/CMakeLists.txt index 20d9ed243e..4afa37814f 100644 --- a/test/multidomain/boundary/stokesdarcy/1p3c_1p3c/CMakeLists.txt +++ b/test/multidomain/boundary/stokesdarcy/1p3c_1p3c/CMakeLists.txt @@ -1,7 +1,7 @@ add_input_file_links() dune_add_test(NAME test_md_boundary_darcy1p3c_stokes1p3c_horizontal - LABELS multidomain + LABELS multidomain freeflow SOURCES main.cc CMAKE_GUARD HAVE_UMFPACK COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py diff --git a/test/multidomain/boundary/stokesdarcy/1p_1p/horizontalflow/CMakeLists.txt b/test/multidomain/boundary/stokesdarcy/1p_1p/horizontalflow/CMakeLists.txt index c87e39cdcc..48bfbeca35 100644 --- a/test/multidomain/boundary/stokesdarcy/1p_1p/horizontalflow/CMakeLists.txt +++ b/test/multidomain/boundary/stokesdarcy/1p_1p/horizontalflow/CMakeLists.txt @@ -1,7 +1,7 @@ add_input_file_links() dune_add_test(NAME test_md_boundary_darcy1p_stokes1p_horizontal - LABELS multidomain + LABELS multidomain freeflow SOURCES main.cc CMAKE_GUARD HAVE_UMFPACK COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py diff --git a/test/multidomain/boundary/stokesdarcy/1p_1p/verticalflow/CMakeLists.txt b/test/multidomain/boundary/stokesdarcy/1p_1p/verticalflow/CMakeLists.txt index 9aed1f2c74..3ad02d9bb5 100644 --- a/test/multidomain/boundary/stokesdarcy/1p_1p/verticalflow/CMakeLists.txt +++ b/test/multidomain/boundary/stokesdarcy/1p_1p/verticalflow/CMakeLists.txt @@ -1,7 +1,7 @@ add_input_file_links() dune_add_test(NAME test_md_boundary_darcy1p_stokes1p_vertical - LABELS multidomain + LABELS multidomain freeflow SOURCES main.cc CMAKE_GUARD HAVE_UMFPACK COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py diff --git a/test/multidomain/boundary/stokesdarcy/1p_2p/CMakeLists.txt b/test/multidomain/boundary/stokesdarcy/1p_2p/CMakeLists.txt index 5955dec9cb..5dc4a86091 100644 --- a/test/multidomain/boundary/stokesdarcy/1p_2p/CMakeLists.txt +++ b/test/multidomain/boundary/stokesdarcy/1p_2p/CMakeLists.txt @@ -1,7 +1,7 @@ add_input_file_links() dune_add_test(NAME test_md_boundary_darcy2p_stokes1p_vertical - LABELS multidomain + LABELS multidomain freeflow SOURCES main.cc CMAKE_GUARD HAVE_UMFPACK COMMAND ${CMAKE_SOURCE_DIR}/bin/testing/runtest.py -- GitLab