[td-225]disable utiltest

This commit is contained in:
Haojun Liao 2021-07-19 15:18:27 +08:00
parent 83dc3b31cf
commit b9a321e8c5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ TARGET_LINK_LIBRARIES(tutil pthread os lz4 z rmonotonic)
IF (TD_LINUX)
TARGET_LINK_LIBRARIES(tutil m rt)
ADD_SUBDIRECTORY(tests)
# ADD_SUBDIRECTORY(tests)
FIND_PATH(ICONV_INCLUDE_EXIST iconv.h /usr/include/ /usr/local/include/)
IF (ICONV_INCLUDE_EXIST)