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
Additional context
Unfortunately everything in tests+CI runs just fine without this being there, so it wasn't immediately noticeable that something was missing.
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
This also fixes up/simplifies some include directives in UT headers
Additionally this updates UT_ResetState() in ut_support to always
configure the AppId for CFE_ES_GetAppId. Unfortunately some TBL test
cases require/assume the "real" app IDs. This works around the issue
and allows TBL tests to pass. (This is really a weakness/fragility in
TBL tests).
Describe the bug
After directory re-organization, it is missing the new recipes for building the CFE core coverage tests.
To Reproduce
Build+install with unit tests enabled. Everything runs and passes but the CFE core tests are not there.
Expected behavior
CFE core tests should be there
Code snips
Some empty placeholders in place of the real thing (mistake in original PR).
https://github.com/nasa/cFE/blob/2b8844871d374219cef7c0026e6c43460e11b22b/modules/es/ut-coverage/CMakeLists.txt
System observed on:
Ubuntu 20.04
Additional context
Unfortunately everything in tests+CI runs just fine without this being there, so it wasn't immediately noticeable that something was missing.
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: