-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit tests no longer installing correctly #881
Comments
@jphickey ideas? This from the cpu naming change? |
|
Survey: cFE/fsw/cfe-core/unit-test/CMakeLists.txt Lines 76 to 79 in db82929
https://github.com/nasa/osal/blob/c3b139863d7edfc904983bea050b2147c8b784ab/src/unit-test-coverage/CMakeLists.txt#L86-L88 https://github.com/nasa/osal/blob/c3b139863d7edfc904983bea050b2147c8b784ab/CMakeLists.txt#L319-L321
https://github.com/nasa/sample_app/blob/9ff605ed1b738c6a2eabd75cf05aeed163cc5940/unit-test/CMakeLists.txt#L70 |
Looks like a loop on INSTALL_TARGET_LIST should work since it's set at the arch level: Line 332 in db82929
I'll try making these all consistent. |
Fix #881, Install unit test to target directory
Describe the bug
Some unit tests show up in build directory after install
To Reproduce
make SIMULATION=native ENABLE_UNIT_TESTS=true prep
make
make install
Expected behavior
They should all show up in build/exe/cpu1 (for default config)
Code snips
No idea
System observed on:
Additional context
None
Reporter Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: