Run make check

Disable it for now on s390x where we have unexpected failures that need
investigating, but enable it on all other arches.
This commit is contained in:
Kalev Lember 2023-08-01 11:57:39 +02:00
parent 59c0512137
commit 69ab5bfb6c
1 changed files with 7 additions and 0 deletions

View File

@ -126,6 +126,13 @@ chrpath --delete %{buildroot}%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader
# Not useful in this package.
rm -f %{buildroot}%{_pkgdocdir}/COMPILING.md
%if %{with check}
%ifnarch s390x
%check
%make_build check
%endif
%endif
%files
%doc code-of-conduct.md NEWS README.md
%license COPYING.LIB