add textrank unittest into cmake

This commit is contained in:
yanyiwu 2016-05-03 20:01:44 +08:00
parent 6d105a864d
commit a1ea1d0757

View File

@ -13,6 +13,7 @@ ADD_EXECUTABLE(test.run
pos_tagger_test.cpp
jieba_test.cpp
pre_filter_test.cpp
textrank_test.cpp
)
TARGET_LINK_LIBRARIES(test.run gtest pthread)