google test ubuntu 系统测试

1、google 仓库

https://github.com/google/googletest

2、编译安装
google test ubuntu 系统测试_第1张图片
按照官网步骤安装,图标2处${**} 换为正确的路径如:

cmake -Dgtest_build_tests=ON -Dgmock_build_tests= ON ../
make 
make test

google test ubuntu 系统测试_第2张图片

参考
https://github.com/google/googletest/blob/main/googletest/README.md
https://andycong.top/2019/12/27/Linux%E5%AE%89%E8%A3%85%E5%92%8C%E4%BD%BF%E7%94%A8googletest%E5%8D%95%E5%85%83%E6%B5%8B%E8%AF%95%E6%A1%86%E6%9E%B6/

你可能感兴趣的:(单元测试,集成测试)