GoogleTest安装

来源:互联网 发布:网络时时彩赌博案量刑 编辑:程序博客网 时间:2024/06/06 03:48

GoogleTest是Google提供的C++测试框架。

安装方法:

git clone --depth=1 https://github.com/google/googletest.gitcd googletestmkdir buildcd buildcmake ..makemake install
0 0
原创粉丝点击