Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 159 Bytes

how_to_write_google_test.md

File metadata and controls

9 lines (8 loc) · 159 Bytes

增加谷歌测试框架

git clone [email protected]:google/googletest.git
cd googletest
mdkir -pv build
cd build && cmake ..
make && make install