mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
unity: re-enable test case exit by longjmp
This commit is contained in:
parent
891eb3b020
commit
83d63b4673
@ -27,13 +27,6 @@
|
||||
|
||||
#define UNITY_EXCLUDE_TIME_H
|
||||
|
||||
/**
|
||||
* @note For some reason setjmp does not work with
|
||||
* unity, since it is only used on test entry and
|
||||
* exit it should not impact the rest of test
|
||||
* framework. So we disable it here.
|
||||
*/
|
||||
#define UNITY_EXCLUDE_SETJMP_H
|
||||
|
||||
void unity_flush(void);
|
||||
void unity_putc(int c);
|
||||
|
Loading…
x
Reference in New Issue
Block a user