摘要: 1. 安装gtest 2. 测试demo 文件名:13_gtest.cpp #include <iostream> #include "gtest/gtest.h" using namespace std; int sum(int a, int b) { return a + b; } TEST(M 阅读全文
posted @ 2021-11-10 01:24 邱明成 阅读(1405) 评论(0) 推荐(0) 编辑