Merge pull request #29459 from taosdata/fix/TD-33434

fix(test/blob): not run UT of blob
This commit is contained in:
Hongze Cheng 2025-01-03 14:00:27 +08:00 committed by GitHub
commit c1f3a4ef44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -26,8 +26,10 @@ target_link_libraries(
PUBLIC common
)
if(${BUILD_S3})
if(${BUILD_TEST})
add_subdirectory(test)
endif(${BUILD_TEST})
endif()
# endif(${TD_LINUX})