Skip to content

Commit

Permalink
Merge pull request #1936 from skliper/fix1878-es_coverage
Browse files Browse the repository at this point in the history
Fix #1878 #1696, Improve ES code coverage
  • Loading branch information
astrogeco authored Sep 7, 2021
2 parents fdea0a2 + b40a340 commit ebfb30c
Show file tree
Hide file tree
Showing 3 changed files with 635 additions and 58 deletions.
1 change: 1 addition & 0 deletions modules/core_private/ut-stubs/inc/ut_osprintf_stubs.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,6 @@
#define UT_OSP_PUTPOOL_BAD_HANDLE 77
#define UT_OSP_FORMAT_VOLATILE 78
#define UT_OSP_RELOAD_NO_FILE 79
#define UT_OSP_EXTERNAL_APP_EXIT 80

#endif /* UT_OSPRINTF_STUBS_H */
1 change: 1 addition & 0 deletions modules/core_private/ut-stubs/src/ut_osprintf_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,5 @@ const char *UT_OSP_MESSAGES[] = {
[UT_OSP_PUTPOOL_BAD_HANDLE] = "%s: Err:Invalid Memory Handle (0x%08lX).\n",
[UT_OSP_FORMAT_VOLATILE] = "%s: Formatting Volatile(RAM) Volume.\n",
[UT_OSP_RELOAD_NO_FILE] = "%s: Cannot Reload Application %s, File %s does not exist.\n",
[UT_OSP_EXTERNAL_APP_EXIT] = "%s: Application %s called CFE_ES_ExitApp\n",
};
Loading

0 comments on commit ebfb30c

Please sign in to comment.