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
Describe the bug
The osapi-shell-stubs.c file was not included in the ut_osapi_stubs library, and hence apps needing to test shell functions will get a linker error due to this missing function.
To Reproduce
Attempt to build the unit test for an app that calls OS_ShellOutputToFile API. Link fails with the missing symbol.
Expected behavior
Build should succeed.
Code snips
List is here. The "shell" stub file is there (generated from header) but was missed/omitted from the library somehow.
Describe the bug
The
osapi-shell-stubs.c
file was not included in theut_osapi_stubs
library, and hence apps needing to test shell functions will get a linker error due to this missing function.To Reproduce
Attempt to build the unit test for an app that calls
OS_ShellOutputToFile
API. Link fails with the missing symbol.Expected behavior
Build should succeed.
Code snips
List is here. The "shell" stub file is there (generated from header) but was missed/omitted from the library somehow.
osal/src/ut-stubs/CMakeLists.txt
Lines 55 to 97 in f11d049
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: