Skip to content

Test update swift_cc_test_library [AP-3450] #153

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

armallen
Copy link

@armallen armallen commented May 7, 2025

Adds standard option to swift_cc_test_library

A fix is needed in starling, a swift_cc_test_library call is done on c sources: https://github.com/swift-nav/starling/pull/9852

Test rules_swiftnav update in orion-engine: https://github.com/swift-nav/orion-engine/pull/9439

@armallen armallen changed the title Test update swift_cc_test_library Test update swift_cc_test_library [AP-3450] May 7, 2025
kwargs["copts"] = local_includes + kwargs.get("copts", [])
standard = kwargs.pop("standard", None)

copts = _common_cc_opts(nocopts, pedantic = False)
Copy link
Author

Choose a reason for hiding this comment

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

pedantic = False is important, this is a test library

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.

1 participant