Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 281 Bytes

Init_Submodules.md

File metadata and controls

11 lines (10 loc) · 281 Bytes

Initialize Google Test library

  • We are not using git submodule feature
  • We just clone repo as subdirectory.
  • We will not modify it and use stable release version.
git clone https://github.com/google/googletest.git
cd googletest
git checkout release-1.10.0
cd ..