AnotherZjuturtle / Gitalk

For zjuturtle.com Gitalk system
1 stars 0 forks source link

CMake 与 Google Test | zjuturtle's blog #20

Open AnotherZjuturtle opened 6 years ago

AnotherZjuturtle commented 6 years ago

https://zjuturtle.com/2017/11/29/cmake-gtest/

公司有一部分的 C++ 库是我编写的,但一直没有系统的测试。只是在写出来的时候随便写了点测试代码,通过就算完事,当时的测试代码也没有留下来。最近做库的扩写,顺带就想把测试框架补上。我的 C++ 工程是用 CMake 来架构的,因此就记录一下如何用 CMake 使用 Google Test。