fix(test/blob): not run UT of blob
This commit is contained in:
parent
4984a6ceba
commit
dda424df41
|
@ -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})
|
||||||
|
|
Loading…
Reference in New Issue