rpm: run make check in %check area

This commit is contained in:
Luca Boccassi 2021-03-20 15:44:34 +00:00
parent 4e8f02a8da
commit 347555f4f6

View File

@ -228,11 +228,12 @@ autoreconf -fi
%{__make} %{?_smp_mflags}
%check
%{__make} check VERBOSE=1
%install
[ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
# Install the package to build area
%{__make} check VERBOSE=1
%makeinstall
%post