Skip to content

Commit eb0cb7a

Browse files
Fix Test
Signed-off-by: alvin-phoenix-ai <alvin.zhao@phoenixdata.ai>
1 parent 6f7bdd7 commit eb0cb7a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

be/CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,14 @@ set (TEST_LINK_LIBS
884884
${STARROCKS_LINK_LIBS}
885885
TestUtil
886886
${WL_START_GROUP}
887+
# Broad test object libraries directly exercise concrete connector implementations.
888+
# Keep these as explicit test dependencies: PRIVATE dependencies of shared BE modules
889+
# are intentionally not propagated when ENABLE_MULTI_DYNAMIC_LIBS is enabled.
890+
Connector
891+
ConnectorLake
892+
ConnectorFile
893+
ConnectorHive
894+
ConnectorIceberg
887895
gmock
888896
gtest
889897
${WL_END_GROUP}

0 commit comments

Comments
 (0)