You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the following functions to simplify tracking of dependencies
and use of interface libraries provided by CFE.
The goal is to reduce/eliminate the need to directly specify any
include paths or compile definitions for dependencies, relying
on target properties to do this instead.
set(OSALCOVERAGE_TARGET_OSTYPE "vxworks;shared"CACHE STRING "OSAL target(s) to build coverage tests for (default=all)")
TBH: the way it pulls in just some of the portable tests seems fragile since this isn't naturally in sync with what gets included for the actual ostype. I think portable as a separate group that includes coverage for all the portable units would be a better approach. Also should consider how/if it's possible to get coverage statistics on the BSP code, although some may be impossible since real functionality is required.
Is your feature request related to a problem? Please describe.
Coverage tests not implemented for RTEMS
Describe the solution you'd like
Add coverage tests
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: