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

This commit is contained in:
Minglei Jin 2025-01-03 11:21:01 +08:00
parent 4984a6ceba
commit dda424df41
1 changed files with 2 additions and 0 deletions

View File

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