From ed3861781fe17de802150aa72413160b7ecce3d0 Mon Sep 17 00:00:00 2001 From: Evan <31562192+EvanLjp@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:50:07 +0800 Subject: [PATCH] Update CMakeLists.txt (#1982) add shennong ut --- core/unittest/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/unittest/CMakeLists.txt b/core/unittest/CMakeLists.txt index 6e51752723..724a1f9afe 100644 --- a/core/unittest/CMakeLists.txt +++ b/core/unittest/CMakeLists.txt @@ -56,6 +56,9 @@ macro(add_core_subdir) add_subdirectory(prometheus) add_subdirectory(route) add_subdirectory(task_pipeline) + if (ENABLE_ENTERPRISE) + add_subdirectory(shennong) + endif() endmacro() macro(add_spl_subdir)