From 1ca94677988a09bc222c5f633ae1107d1b2354b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de> Date: Tue, 23 Mar 2021 09:21:51 +0100 Subject: [PATCH] [test][1p] add experimental label --- .../1p/compressible/instationary/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/porousmediumflow/1p/compressible/instationary/CMakeLists.txt b/test/porousmediumflow/1p/compressible/instationary/CMakeLists.txt index 9585357a31..f824ba4a8f 100644 --- a/test/porousmediumflow/1p/compressible/instationary/CMakeLists.txt +++ b/test/porousmediumflow/1p/compressible/instationary/CMakeLists.txt @@ -32,7 +32,7 @@ dumux_add_test(NAME test_1p_compressible_instationary_box --command "${CMAKE_CURRENT_BINARY_DIR}/test_1p_compressible_instationary_box params.input -Problem.Name test_1p_compressible_instationary_box") dumux_add_test(NAME test_1p_compressible_instationary_tpfa_experimental - LABELS porousmediumflow 1p + LABELS porousmediumflow 1p experimental SOURCES main_experimental.cc COMPILE_DEFINITIONS TYPETAG=OnePCompressibleTpfa COMPILE_DEFINITIONS EXPERIMENTAL=1 -- GitLab