Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zzy979/googletest-demo

GoogleTest示例代码
https://github.com/zzy979/googletest-demo

googletest

Last synced: about 1 month ago
JSON representation

GoogleTest示例代码

Awesome Lists containing this project

README

        

# GoogleTest示例代码

博客链接:

运行测试:

```shell
cmake -S . -B build
cmake --build build
cd build && ctest
```