rpm: Enable unit tests on Fedora

This commit is contained in:
Jonas Kvinge
2025-01-11 00:37:05 +01:00
parent 28a25c5763
commit 8a9db5440d

View File

@@ -123,9 +123,11 @@ Features:
%endif
%check
export QT_QPA_PLATFORM="offscreen"
%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos}
%{cmake_build} -t strawberry_tests
%else
QT_QPA_PLATFORM="offscreen" %{make_build} -j $(nproc) -C build strawberry_tests
%{make_build} -j $(nproc) -C build strawberry_tests
%endif
desktop-file-validate %{buildroot}%{_datadir}/applications/org.strawberrymusicplayer.strawberry.desktop
%if 0%{?suse_version}