test_dir
Type: DirPath
| Multiple: No
| Default: “<Project>/test
”
The directory where Unit Testing engine will look for the
tests. The default value is test
, meaning a test
directory
located in the root of the project.
This option can also be configured by the global environment variable
PLATFORMIO_TEST_DIR
.