Skip to content
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

psp Integration candidate: 2021-03-30 #279

Merged
merged 4 commits into from
Apr 1, 2021
Merged

Conversation

astrogeco
Copy link
Contributor

@astrogeco astrogeco commented Mar 24, 2021

Describe the contribution

Fix #277, add version file
Fix #275, Adds a UT stub for CFE_PSP_GetKernelTextSegmentInfo

Testing

psp tests https://github.com/nasa/PSP/pull/279/checks
bundle tests https://github.com/nasa/cFS/pull/227/checks

Expected behavior changes

PR #278

Includes cfe_psp_version.c in the cmake source list, which was mistakenly omitted previously.

PR #276

Applied the patch and confirmed that CS Cmake unit tests build. Unit tests relying on CFE_PSP_GetKernelTextSegmentInfo will build.

Additional Context

Part of nasa/cFS#227

Authors

@ejtimmon
@jphickey

jphickey and others added 2 commits March 23, 2021 12:20
cfe_psp_version.c should have been included in the source list,
but was mistakenly omitted in previous PR.
@astrogeco astrogeco marked this pull request as ready for review April 1, 2021 05:17
@astrogeco astrogeco merged commit 487f8b8 into main Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add missing "cfe_psp_version.c" to source list Unit test stub needed for CFE_PSP_GetKernelTextSegmentInfo
3 participants