google test 接入Qt事件处理

    Just add QApplication for main thread processing. Refer to:

    QApplication app(argc, argv);
    ::testing::InitGoogleTest(&argc, argv);

    RUN_ALL_TESTS();
    return app.exec();

发布了73 篇原创文章 · 获赞 12 · 访问量 19万+

猜你喜欢

转载自blog.csdn.net/MissLong/article/details/100765293
今日推荐