Skip to content

Commit

Permalink
Update CMakeLists.txt (#1982)
Browse files Browse the repository at this point in the history
add shennong ut
  • Loading branch information
EvanLjp authored Jan 1, 2025
1 parent bd3ad05 commit ed38617
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/unittest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ed38617

Please sign in to comment.