Skip to content

Test Driven Development: By Example by Kent Beck, in C++, gtest

Notifications You must be signed in to change notification settings

hoonyyhoon/TDD_book_in_Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TDD_by_example_cpp_gtest Build Status

This repo implements following progress of the book "Test Driven Development: By Example" by Kent Beck[link], using C++ and gtest. Each branch in the repo corresponds to each chapter in the book.

To do list:

  • Part1
  • Part2
  • git hook

Run code

The structure of the CMake highly referenced from a great project, Modern CMake[link]

To configure:

cmake -S . -B build

To build:

cmake --build build

To test

cmake --build build --target test ARGS=-V

About

Test Driven Development: By Example by Kent Beck, in C++, gtest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published