I am facing a lot of issues with Unity Test Framework.
pio test
Verbosity level can be increased via -v, -vv, or -vvv
option
Collected 1 tests
Processing * in esp32dev environment
----------------------------------------------------------------------------------------------------------------------------------Building & Uploading…
Library Manager: Installing throwtheswitch/Unity @ ^2.6.0
-------------------------------------------- esp32dev:* [ERRORED] Took 65.06 seconds --------------------------------------------
Processing * in native environment
----------------------------------------------------------------------------------------------------------------------------------Building…
.pio\build\native\unity_config_build\unity_config.o: file not recognized: File format not recognized
collect2.exe: error: ld returned 1 exit status
*** [.pio\build\native\program.exe] Error 1
Building stage has failed, see errors above. Use pio test -vvv
option to enable verbose output.
---------------------------------------------- native:* [ERRORED] Took 4.90 seconds ----------------------------------------------
============================================================ SUMMARY ============================================================
Environment Test Status Duration
esp32dev * ERRORED 00:01:05.060
native * ERRORED 00:00:04.903
=========================================== 2 test cases: 0 succeeded in 00:01:09.963 ===========================================
PS C:\Users\KMani.Balan\Documents\PlatformIO\Projects\UnitTesting2>