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: Add optional Tests/TCK builds #824

Conversation

gsstoykov
Copy link
Contributor

@gsstoykov gsstoykov commented Nov 13, 2024

Description:
Introduces flags for optional builds:

  • BUILD_TCK - building the TCK project
  • BUILD_TESTS - building the unit/integration test suites
  • BUILD_EXAMPLES - building the user examples

Related issue(s):

Fixes #816

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@gsstoykov gsstoykov added the Feature Enhancement Enhancing an existing feature driven by business requirements. Typically backwards compatible. label Nov 13, 2024
@gsstoykov gsstoykov self-assigned this Nov 13, 2024
@gsstoykov gsstoykov requested review from a team as code owners November 13, 2024 12:26
@gsstoykov gsstoykov changed the title feat: Add optional Tests/TCK builds. feat: Add optional Tests/TCK builds Nov 13, 2024
README.md Show resolved Hide resolved
andrewb1269hg
andrewb1269hg previously approved these changes Nov 13, 2024
Copy link
Contributor

@rwalworth rwalworth left a comment

Choose a reason for hiding this comment

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

LGTM

@gsstoykov gsstoykov merged commit d937521 into main Nov 14, 2024
3 checks passed
@gsstoykov gsstoykov deleted the 00816-make-building-unit-tests-integration-tests-and-tck-server-configurable branch November 14, 2024 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Enhancement Enhancing an existing feature driven by business requirements. Typically backwards compatible.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make building unit tests, integration tests, and TCK server, configurable
3 participants