Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 191 Bytes

File metadata and controls

9 lines (7 loc) · 191 Bytes

#Google Test Demo

##Steps

  1. install gtest
  2. add export GTEST_ROOT=/your_path in your .bashrc
  3. run cmake .
  4. run make
  5. run make test