mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 21:54:33 +02:00
unity: re-enable test case exit by longjmp
This commit is contained in:
@@ -27,13 +27,6 @@
|
|||||||
|
|
||||||
#define UNITY_EXCLUDE_TIME_H
|
#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_flush(void);
|
||||||
void unity_putc(int c);
|
void unity_putc(int c);
|
||||||
|
Reference in New Issue
Block a user