美文网首页
glog手册

glog手册

作者: zlcook | 来源:发表于2020-07-24 22:05 被阅读0次

    https://hpc.nih.gov/development/glog.html

    int main(int argc, char** argv) {
        gflags::ParseCommandLineFlags(&argc, &argv, true);
        gflags::ShutDownCommandLineFlags();
        //google::InitGoogleLogging(argv[0]);
        ::testing::InitGoogleTest(&argc, argv);
        return RUN_ALL_TESTS();
    }
    

    相关文章

      网友评论

          本文标题:glog手册

          本文链接:https://www.haomeiwen.com/subject/mmzslktx.html