From afbc707014d60764bd1869f2deeb64c3c46d6c65 Mon Sep 17 00:00:00 2001 From: dmontgomeryNREL Date: Thu, 17 Oct 2024 08:12:15 -0600 Subject: [PATCH] Add EB_ODEQty to RegTests/CMakeLists.txt --- Exec/RegTests/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Exec/RegTests/CMakeLists.txt b/Exec/RegTests/CMakeLists.txt index d8ac60c5b..ec2826c50 100644 --- a/Exec/RegTests/CMakeLists.txt +++ b/Exec/RegTests/CMakeLists.txt @@ -6,6 +6,9 @@ if(PELE_ENABLE_EB) if(PELE_DIM EQUAL 3) add_subdirectory(EB_PipeFlow) endif() + if(PELE_DIM EQUAL 2) + add_subdirectory(EB_ODEQty) + endif() else() add_subdirectory(EnclosedFlame) add_subdirectory(EnclosedInjection)