Introduction Guide to Embedded Software Unit Testing using google test
This guide is a slightly modified version of the material I used to introduce unit testing to my embedded development team.
Please visit guide page.
https://kimatata.github.io/embeded-testing-guide/
The code under the code directory is the sample Google test code used in the guide. You can run test suites, and generate coverage report.
This guide is generated by docusarurus. For detailed settings, please refer to the official website.
npm run start
if you want to start localized site in dev mode, please specify like below.
npm run start -- --locale ja
npm run deploy