-
Notifications
You must be signed in to change notification settings - Fork 253
Description
Is your feature request related to a problem? Please describe.
Need to scrub all OSAL unit test stub routines, similar to nasa/cFE#762 but for OSAL.
Describe the solution you'd like
- All functions prototyped in the OSAL public API headers (the
src/os/incdir) should also have a stub defined. - All arguments should be registered in the context so the complete context is available within UT hook functions.
- The argument names should always match the prototype.
Requester Info
Joseph Hickey, Vantage Systems, Inc.
Reactions are currently unavailable