disable extra tests on builds

This commit is contained in:
Sérgio M. Basto 2023-05-11 22:29:53 +01:00
parent 5be2c955a7
commit 9c945dfe13

View File

@ -4,7 +4,7 @@
%if %{without tests}
%bcond_with extras_tests
%else
%bcond_without extras_tests
%bcond_with extras_tests
%endif
# linters are enabled by default if BUILD_DOCS OR BUILD_EXAMPLES
%bcond_with linters