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

Make building tests optional #433

Closed
wants to merge 1 commit into from
Closed

Make building tests optional #433

wants to merge 1 commit into from

Conversation

aduskett
Copy link

Tests are not needed nor wanted when cross-compiling for an embedded environment such as Buildroot. Add a guard around add_subdirectory(test)

Motivation

  • I am porting several packages to the Buildroot embedded SDK. Buildroot does not need nor want to build tests for packages.

Modifications

Change summary

Please describe what changes are included in this pull request.

Revision diff summary

If there is more than one revision, please explain what has been changed since the last revision.

Testing

Is your change tested? If not, please justify the reason.
Built with buildroot 2023.11
Please list your testing steps and test results.

  • CI test run result:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Tests are not needed nor wanted when cross-compiling for an embedded environment
such as Buildroot. Add a guard around add_subdirectory(test)
@aduskett aduskett closed this by deleting the head repository Mar 4, 2024
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