You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Came across what the PIO Plus support rep found to be a bug in the unit testing library.
Configuration
Windows 10 64 Bit:
PlatformIO, version 3.4.0a6
Board - teensy32
Description of problem
When implementing the unit testing blink demo code linter(via gcc) gives the error "unity.h: No such file or directory" at the #include directive. The code compiles and runs fine.
#include <unity.h>
Steps to Reproduce
Create new project
Add the blink unit test demo main.cpp and test_main.cpp to the /src and /test directories respectively
Hi All,
Came across what the PIO Plus support rep found to be a bug in the unit testing library.
Configuration
Windows 10 64 Bit:
PlatformIO, version 3.4.0a6
Board - teensy32
Description of problem
When implementing the unit testing blink demo code
linter(via gcc) gives the error "unity.h: No such file or directory" at the #include directive. The code compiles and runs fine.
Steps to Reproduce
If problems with PlatformIO Build System:
The content of
platformio.ini
:The text was updated successfully, but these errors were encountered: