-
Notifications
You must be signed in to change notification settings - Fork 252
Description
Is your feature request related to a problem? Please describe.
Currently the src/unit-test-coverage directory is an entirely separate build which needs to be invoked separately by the user.
As per CFE request nasa/cFE#386 it is desired to integrate the OSAL coverage tests as part of the normal unit test builds, so these do not need to be built separately.
Describe the solution you'd like
The tentatively agreed-upon approach is to build all coverage targets by default, and use the target BSP to run them.
Additional context
The side effect is that this may build coverage targets which are not relevant to the deployed platform (e.g. building and running a VxWorks coverage test for a platform that does not use VxWorks).
Requester Info
Joseph Hickey, Vantage Systems, Inc.