Skip to content

Implementation of examples from James W. Grenning's "Test-Driven Development for Embedded C" book

Notifications You must be signed in to change notification settings

guillama/tdd_embedded_c

Repository files navigation

TDD for Embedded C - Practice Examples

Implementation of examples from James W. Grenning's "Test-Driven Development for Embedded C" book. This repository contains practical exercises and implementations following the TDD methodology presented in the book.

Build

cd tdd_embedded_c
git submodule update --init --recursive

cmake -S . -B build
cmake --build build/ -t all

Execution

build/bin/CircularBufferTests
build/bin/LightSchedulerTests
build/bin/LedDriverTests
build/bin/FlashTests

About

Implementation of examples from James W. Grenning's "Test-Driven Development for Embedded C" book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published