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
stanislaw
changed the title
When running standalone osal_loader_UT test binary file it is missing test module files
When running standalone, osal_loader_UT test binary file is missing test module files
Apr 21, 2020
Is your feature request related to a problem? Please describe.
This is another piece of the work on macOS support in #352 .
When I run the
osal_loader_UT
from IDE (CLion), some of the tests are failing because the module files they exercise are not there.Example:
The test expects the
MODULE*.so/dylib
files to be there in the build directory and they are not found:The underlying problem is that the modules are not built automatically when the
osal_loader_UT
target is built:Describe the solution you'd like
I will open a PR where adding the following fixes the problem:
Adding explicit build dependency makes sure that the module files are built.
Having this added I see this:
Describe alternatives you've considered
I see no alternatives given the current design of the test and its build rules.
Additional context
I am using the POSIX port on macOS with my addtions from #352 configured as follows:
Requester Info
Stanislav Pankevich, PTS GmbH
The text was updated successfully, but these errors were encountered: