I have multiple test files (.cpp files) containing various tests for source .cpp files. Each test file has its own main() function which I though was okay (Unit Testing Page; Look under “Workflow”)? When I run pio test
it gives my an error that there are multiple definitions of ‘main’.
Thank you.