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

Default to test-suite disabled in cmake #3391

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dmnks
Copy link
Contributor

@dmnks dmnks commented Oct 18, 2024

Despite being bound to "make check" and reasonably fast, our tests sit at least one level above what you'd normally call "self tests" or "unit tests" and require external container tooling to run.

Therefore, disable them by default, they're only really useful for RPM development, certainly not for building RPM itself, e.g. from a release tarball. Update the INSTALL file accordigly.

Fixes: #3388

@dmnks dmnks requested a review from a team as a code owner October 18, 2024 08:27
@dmnks dmnks requested review from pmatilai and removed request for a team October 18, 2024 08:27
Despite being bound to "make check" and reasonably fast, our tests sit
at least one level above what you'd normally call "self tests" or "unit
tests" and require external container tooling to run.

Therefore, disable them by default, they're only really useful for RPM
development, certainly not for building RPM itself, e.g. from a release
tarball.  Update INSTALL and Dockerfile accordingly.

Fixes: rpm-software-management#3388
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.

Default to test-suite disabled in release tarballs?
1 participant