unity: re-enable test case exit by longjmp

This commit is contained in:
Ivan Grokhotkov 2019-12-26 16:27:17 +01:00
parent 891eb3b020
commit 83d63b4673

View File

@ -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);