Skip to content

Commit ebfb30c

Browse files
authored
Merge pull request #1936 from skliper/fix1878-es_coverage
Fix #1878 #1696, Improve ES code coverage
2 parents fdea0a2 + b40a340 commit ebfb30c

File tree

3 files changed

+635
-58
lines changed

3 files changed

+635
-58
lines changed

modules/core_private/ut-stubs/inc/ut_osprintf_stubs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,6 @@
105105
#define UT_OSP_PUTPOOL_BAD_HANDLE 77
106106
#define UT_OSP_FORMAT_VOLATILE 78
107107
#define UT_OSP_RELOAD_NO_FILE 79
108+
#define UT_OSP_EXTERNAL_APP_EXIT 80
108109

109110
#endif /* UT_OSPRINTF_STUBS_H */

modules/core_private/ut-stubs/src/ut_osprintf_stubs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,5 @@ const char *UT_OSP_MESSAGES[] = {
110110
[UT_OSP_PUTPOOL_BAD_HANDLE] = "%s: Err:Invalid Memory Handle (0x%08lX).\n",
111111
[UT_OSP_FORMAT_VOLATILE] = "%s: Formatting Volatile(RAM) Volume.\n",
112112
[UT_OSP_RELOAD_NO_FILE] = "%s: Cannot Reload Application %s, File %s does not exist.\n",
113+
[UT_OSP_EXTERNAL_APP_EXIT] = "%s: Application %s called CFE_ES_ExitApp\n",
113114
};

0 commit comments

Comments
 (0)