We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. When running on the MCP750:
[ FAIL] 10.022 es_info_test.c:89 - Test App Info -> DataAddress = 0 [ FAIL] 10.023 es_info_test.c:91 - Test App Info -> DataSize = 0
from:
cFE/modules/cfe_testcase/src/es_info_test.c
Lines 88 to 91 in 64a6a59
Since there isn't anything in the Data section (no initialized non-const globals or local staic vars)
Describe the solution you'd like Add a local static.
Describe alternatives you've considered None
Additional context None
Requester Info Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Fix nasa#1955, Add static local to function test so data section is n…
1f4f993
…onzero
Merge pull request #1956 from skliper/fix1955-func_data_nonzero
0a40c5b
Fix #1955, Add static local to function test so data section is nonzero
skliper
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
When running on the MCP750:
from:
cFE/modules/cfe_testcase/src/es_info_test.c
Lines 88 to 91 in 64a6a59
Since there isn't anything in the Data section (no initialized non-const globals or local staic vars)
Describe the solution you'd like
Add a local static.
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: