From 4e9569f9b29c97a9838d488b803ce94d60bc1368 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Sun, 18 Nov 2018 21:41:15 +0100 Subject: [PATCH] [labels][tests] Add discretization label --- test/discretization/box/CMakeLists.txt | 4 ++-- test/discretization/cellcentered/tpfa/CMakeLists.txt | 8 ++++---- test/discretization/staggered/CMakeLists.txt | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/discretization/box/CMakeLists.txt b/test/discretization/box/CMakeLists.txt index 5bbe00764e..3dc0efdbc2 100644 --- a/test/discretization/box/CMakeLists.txt +++ b/test/discretization/box/CMakeLists.txt @@ -1,12 +1,12 @@ dune_add_test(NAME test_boxfvgeometry SOURCES test_boxfvgeometry.cc COMPILE_DEFINITIONS ENABLE_CACHING=false - LABELS unit) + LABELS unit discretization) dune_add_test(NAME test_boxfvgeometry_caching SOURCES test_boxfvgeometry.cc COMPILE_DEFINITIONS ENABLE_CACHING=true - LABELS unit) + LABELS unit discretization) #install sources install(FILES diff --git a/test/discretization/cellcentered/tpfa/CMakeLists.txt b/test/discretization/cellcentered/tpfa/CMakeLists.txt index 813ea9e4e7..3acfe25990 100644 --- a/test/discretization/cellcentered/tpfa/CMakeLists.txt +++ b/test/discretization/cellcentered/tpfa/CMakeLists.txt @@ -1,21 +1,21 @@ dune_add_test(NAME test_tpfafvgeometry SOURCES test_tpfafvgeometry.cc COMPILE_DEFINITIONS ENABLE_CACHING=false - LABELS unit) + LABELS unit discretization) dune_add_test(NAME test_tpfafvgeometry_caching SOURCES test_tpfafvgeometry.cc COMPILE_DEFINITIONS ENABLE_CACHING=true - LABELS unit) + LABELS unit discretization) dune_add_test(NAME test_tpfafvgeometry_nonconforming SOURCES test_tpfafvgeometry_nonconforming.cc COMPILE_DEFINITIONS ENABLE_CACHING=false CMAKE_GUARD dune-alugrid_FOUND - LABELS unit) + LABELS unit discretization) dune_add_test(NAME test_cachedtpfafvgeometry_nonconforming SOURCES test_tpfafvgeometry_nonconforming.cc COMPILE_DEFINITIONS ENABLE_CACHING=true CMAKE_GUARD dune-alugrid_FOUND - LABELS unit) + LABELS unit discretization) diff --git a/test/discretization/staggered/CMakeLists.txt b/test/discretization/staggered/CMakeLists.txt index e5e3e4fcc9..cab4a791fd 100644 --- a/test/discretization/staggered/CMakeLists.txt +++ b/test/discretization/staggered/CMakeLists.txt @@ -1,10 +1,10 @@ dune_add_test(NAME test_staggeredfvgeometry SOURCES test_staggeredfvgeometry.cc - LABELS unit) + LABELS unit discretization) dune_add_test(NAME test_staggered_free_flow_geometry SOURCES test_staggered_free_flow_geometry.cc - LABELS unit) + LABELS unit discretization) #install sources install(FILES -- GitLab