提交 7476d898 编写于 作者: J jinhai

Update gtest


Former-commit-id: f36a47dd6fb651b6552fa87cb9ec09ac8839990a
上级 1a1ba043
......@@ -6,6 +6,6 @@
#include <gtest/gtest.h>
TEST(LOG_TESTS, INIT_TEST) {
ASSERT_EQ(true);
TEST(LogTest, INIT_TEST) {
ASSERT_STREQ("A", "A");
}
\ No newline at end of file
......@@ -3,9 +3,9 @@
// Unauthorized copying of this file, via any medium is strictly prohibited.
// Proprietary and confidential.
////////////////////////////////////////////////////////////////////////////////
#include <gtest/gtest.h>
#include <gmock/gmock.h>
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册