Skip to content

jsorant/boilerplate-kata-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate to practice katas using C++ and GoogleTest

Setup CMake project

cmake -S . -B build

Build

cmake --build build

Run tests

cd build && ctest -V

VSCode integration

  • Install CMake Tools extension.
  • In the bottom bar, there is the configured "Build" and "Run" commands (Build [all] and Run CTest)
  • Click the run button (arrow like a "play" button).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published