/mcp-tdd-part1

Test-driving the MCP2515 CAN Controller - Part1 (sample code)

Primary LanguageMakefileMIT LicenseMIT

Sample code for the blog article Test-driving the MCP2515 CAN Controller (Part 1)

Link to blog

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

$ git submodule update --init

Then start the build and run all unit tests:

$ make && ./test