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
Hi, I would like to run my unity tests with both the source lib and the unit test .cpp/.h being in separate sibling folders rather than child folders.
I usually struggle with this.
Specifically a structure like:
src/estd
test/unity
test/arduino/unity
Where platformio.ini and friends are in test/arduino/unity, tests in test/unity and lib source in src/estd
I've resorted to symlinks but it's pretty clunky and makes VSCode go insane
Hi, I would like to run my unity tests with both the source lib and the unit test .cpp/.h being in separate sibling folders rather than child folders.
I usually struggle with this.
Specifically a structure like:
Where platformio.ini and friends are in
test/arduino/unity
, tests in test/unity and lib source insrc/estd
I've resorted to symlinks but it's pretty clunky and makes VSCode go insane
Please observe https://github.com/malachi-iot/estdlib/tree/v0.8.5/test/arduino/unity as a demonstration
The text was updated successfully, but these errors were encountered: