Commit b5407145 by 李定达

33333

parent cbaa78d7
...@@ -693,7 +693,8 @@ TEST(TestAPP, testfont7) ...@@ -693,7 +693,8 @@ TEST(TestAPP, testfont7)
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
::testing::InitGoogleTest(&argc, argv); testing::GTEST_FLAG(output) = "xml:TestReport_A.xml";
testing::InitGoogleTest(&argc, argv);
//teststring(); //teststring();
RUN_ALL_TESTS(); RUN_ALL_TESTS();
//testaddmumber(); //testaddmumber();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment