Skip to content

Homework repository: A bunch of code kata to practice TDD in C

License

Notifications You must be signed in to change notification settings

sautoirs/necklet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Necklet

C/C++ CI codecov

A bunch of code kata to practice TDD in C.

Usage

# Build the test runner
cmake -S . -B build -G Ninja
cmake build -DBUILD_TESTING=ON
cmake --build build

# Run the tests
./build/tests/unit/Runner

About

Homework repository: A bunch of code kata to practice TDD in C

Resources

License

Stars

Watchers

Forks