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

Add option to disable building unit tests in Meson build file. #2693

Merged
merged 1 commit into from
May 27, 2023

Conversation

Ali-Amir
Copy link
Contributor

Description

Today, there is an option BUILD_TESTING to disable building SelfTest with cmake, however that is not available for meson. This change adds a meson option to disable building unit tests.

GitHub Issues

#2666

@Ali-Amir
Copy link
Contributor Author

Please, let me know if I should add any additional comments or explanations in the code.

@codecov
Copy link

codecov bot commented May 26, 2023

Codecov Report

Merging #2693 (ce7b153) into devel (535205e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##            devel    #2693   +/-   ##
=======================================
  Coverage   91.19%   91.19%           
=======================================
  Files         192      192           
  Lines        7843     7843           
=======================================
  Hits         7152     7152           
  Misses        691      691           

@horenmar horenmar added the Building and Packaging Issues affecting build/packaging scripts and utilities label May 26, 2023
@horenmar
Copy link
Member

Thanks

@horenmar horenmar merged commit 8008625 into catchorg:devel May 27, 2023
73 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Building and Packaging Issues affecting build/packaging scripts and utilities
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants