Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 818 Bytes

README.md

File metadata and controls

47 lines (33 loc) · 818 Bytes

Basic C++ GoogleTests setup with VS Code

Manual build and run tests

  1. Clone repo
git clone https://github.com/AlexSKuznetsov/cpp.git
  1. Open terminal with project
cmake -S . -B build
cmake --build build
cd build && ctest

Reference links