提交 b4154d8a 编写于 作者: H Haojun Liao

[td-255]update cmake files.

上级 b9a321e8
......@@ -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)
......
......@@ -46,7 +46,5 @@ static void remove_batch_test() {
} // namespace
TEST(arrayTest, array_list_test) {
remove_batch_test();
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册