Skip to content

Commit

Permalink
Fix nasa#762, scrub of all CFE UT stub functions
Browse files Browse the repository at this point in the history
Scrubs all CFE unit test functions to ensure that:

1. All functions in the CFE public API have a stub function implemented
2. All parameters to the stub function are registered in the context object,
   so the values will be available to hook functions.
3. The names of all parameters match the prototype/documentation, so hook
   functions that use name-based argument value retrieval will work.
  • Loading branch information
jphickey committed Jun 26, 2020
1 parent 84ec281 commit 79f1c38
Show file tree
Hide file tree
Showing 6 changed files with 928 additions and 85 deletions.
Loading

0 comments on commit 79f1c38

Please sign in to comment.