From 052236c7952d426232dcf0a805a4fe5635de5eea Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Sun, 21 Jul 2024 13:25:23 +0200
Subject: [PATCH] [T/HM] Enable omp tests for HydroMechanics

---
 scripts/cmake/test/AddTest.cmake | 4 ++--
 scripts/cmake/test/OgsTest.cmake | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/cmake/test/AddTest.cmake b/scripts/cmake/test/AddTest.cmake
index 9d35517e9e2..104027437f3 100644
--- a/scripts/cmake/test/AddTest.cmake
+++ b/scripts/cmake/test/AddTest.cmake
@@ -292,7 +292,7 @@ function(AddTest)
 
     # OpenMP tests for specific processes only. TODO (CL) Once all processes can
     # be assembled OpenMP parallel, the condition should be removed.
-    if("${labels}" MATCHES "TH2M|ThermoRichards")
+    if("${labels}" MATCHES "TH2M|ThermoRichards|^HydroMechanics")
         _add_test(${TEST_NAME}-omp)
         _set_omp_test_properties()
     endif()
@@ -323,7 +323,7 @@ function(AddTest)
 
     # Run the tester
     _add_test_tester(${TEST_NAME})
-    if("${labels}" MATCHES "TH2M|ThermoRichards")
+    if("${labels}" MATCHES "TH2M|ThermoRichards|^HydroMechanics")
         _add_test_tester(${TEST_NAME}-omp)
     endif()
 
diff --git a/scripts/cmake/test/OgsTest.cmake b/scripts/cmake/test/OgsTest.cmake
index 900bce22874..6a408e0ba88 100644
--- a/scripts/cmake/test/OgsTest.cmake
+++ b/scripts/cmake/test/OgsTest.cmake
@@ -84,7 +84,7 @@ function(OgsTest)
 
     # OpenMP tests for specific processes only. TODO (CL) Once all processes can
     # be assembled OpenMP parallel, the condition should be removed.
-    if("${labels}" MATCHES "TH2M|ThermoRichards")
+    if("${labels}" MATCHES "TH2M|ThermoRichards|^HydroMechanics")
         _ogs_add_test(${TEST_NAME}-omp)
         _set_omp_test_properties()
     endif()
-- 
GitLab