caiconghui commented on a change in pull request #6384: URL: https://github.com/apache/incubator-doris/pull/6384#discussion_r690105542
########## File path: be/test/util/CMakeLists.txt ########## @@ -72,3 +72,7 @@ ADD_BE_TEST(s3_uri_test) ADD_BE_TEST(s3_storage_backend_test) ADD_BE_TEST(broker_storage_backend_test) ADD_BE_TEST(sort_heap_test) +ADD_BE_TEST(date_func_test) + +target_link_libraries(Test_util Common Util Gutil ${Boost_LIBRARIES} glog gflags fmt protobuf) Review comment: actually I have no idea why should add this? without this, it will report some undefined function error in my PR -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org