platformio / platformio-docs

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

Fix PIO_UNIT_TESTING reference in unit testing documentation #247

Closed j4m3s closed 2 years ago

j4m3s commented 2 years ago

The doc suggests adding an #ifdef PIO_UNIT_TESTING to hide non-test related code. This is the wrong way around... you need to wrap non-test related code with #ifndef not #ifdef so that it's only parsed when PIO_UNIT_TESTING is not underway.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

ivankravets commented 2 years ago

Thanks for the valuable PR! 🙏