platformio / platformio-docs

PlatformIO Documentation
https://docs.platformio.org
Apache License 2.0
240 stars 325 forks source link

Unit Testing of a “Blink” Project - no mention of "Unity" in docs #215

Closed LewisCraik closed 2 years ago

LewisCraik commented 2 years ago

#include <unity.h> is included in test/test_main.cpp, however there is no mention of how to install Unity in the "Setting Up the Project" section.

valeros commented 2 years ago

It's handled automatically.

LewisCraik commented 2 years ago

Thanks, I found that restarting VS Code fixed it.