Configuration
Operating system:
Ubuntu 20.04
PlatformIO Version (platformio --version):
PlatformIO Core, version 6.0.1
Description of problem
The unit test core does not flowing symbolic links during searching for tests.
Steps to Reproduce
Project with following striucture
Project
`- src
`- lib
`- module1
`-test
`- test_one
`- test
`- module1 -> ./lib/module1/test
Actual Results
the unit test core does't find any tests
Expected Results
the unit test core should find the folder test_one
If problems with PlatformIO Build System:
Configuration
Operating system:
Ubuntu 20.04
PlatformIO Version (
platformio --version):PlatformIO Core, version 6.0.1
Description of problem
The unit test core does not flowing symbolic links during searching for tests.
Steps to Reproduce
Project with following striucture
Project
Actual Results
the unit test core does't find any tests
Expected Results
the unit test core should find the folder
test_oneIf problems with PlatformIO Build System: