fix(test/blob): not run UT of blob

This commit is contained in:
Minglei Jin 2025-01-03 11:21:01 +08:00
parent de9c798b2d
commit 930a40d14b
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})