[td-255]update cmake files.

This commit is contained in:
Haojun Liao 2021-07-19 15:45:48 +08:00
parent b9a321e8c5
commit b4154d8ad6
2 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,7 @@ INCLUDE_DIRECTORIES(${TD_COMMUNITY_DIR}/src/sync/inc)
INCLUDE_DIRECTORIES(${TD_COMMUNITY_DIR}/deps/rmonotonic/inc)
AUX_SOURCE_DIRECTORY(src SRC)
ADD_LIBRARY(tutil ${SRC} tests/arrayTest.cpp)
ADD_LIBRARY(tutil ${SRC})
TARGET_LINK_LIBRARIES(tutil pthread os lz4 z rmonotonic)
IF (TD_LINUX)

View File

@ -46,7 +46,5 @@ static void remove_batch_test() {
} // namespace
TEST(arrayTest, array_list_test) {
remove_batch_test();
}