Skip to content

AlexSKuznetsov/cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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