From 83d63b46736e585fc449988e787158e769f31992 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Thu, 26 Dec 2019 16:27:17 +0100 Subject: [PATCH] unity: re-enable test case exit by longjmp --- components/unity/include/unity_config.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/components/unity/include/unity_config.h b/components/unity/include/unity_config.h index 686fb2507c..5d6fdfae51 100644 --- a/components/unity/include/unity_config.h +++ b/components/unity/include/unity_config.h @@ -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);