mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
For some reason after use modified context save routine, the local unit test app were crashed, the reason behind this resides on setjmp usage of test_runner, since this feature seems to not be used for nothing special (just was a default config), I changed the unity_config to replace the setjmp macros, this sounds less hacky.