Skip to content

ronalterde/sevenseg

Repository files navigation

Sample code for the blog article Test-driven 7-Segment Decoder

Link to blog

First pull in googletest (needs to be done only once):

$ git submodule update --init

Then start the build and run all unit tests:

$ make && ./test

Releases

No releases published

Packages

No packages published