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