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

feat(tests): Include debug information in test runners #2568

Merged
merged 1 commit into from Sep 19, 2021

Conversation

C47D
Copy link
Contributor

@C47D C47D commented Sep 19, 2021

Description of the feature or fix

Fixes #2566 (based on #2551 (comment))

Checkpoints

@C47D C47D changed the title feat(tests): Include debug information to test builds feat(tests): Include debug information in test builds Sep 19, 2021
@C47D C47D changed the title feat(tests): Include debug information in test builds feat(tests): Include debug information in test runners Sep 19, 2021
Copy link
Member

@embeddedt embeddedt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on this being opened after #2551 (comment), I assume you did get the symbol information working locally?

@C47D
Copy link
Contributor Author

C47D commented Sep 19, 2021

I did using the file command, the output indicates the runners have debug information and the executable is not stripped.

But it would be good if someone else could confirm it.

@embeddedt
Copy link
Member

I'll check it right now.

@embeddedt
Copy link
Member

Sorry for the delay. I can see debug information on build_tests/test_obj_tree in GDB, so this looks good.

@embeddedt embeddedt merged commit ab50f00 into lvgl:master Sep 19, 2021
@C47D C47D deleted the feat/tests_with_debug_information branch September 19, 2021 20:26
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.

[unit testing] Test runners doesn't include debug information
2 participants