mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
rpm: run make check in %check area
This commit is contained in:
parent
4e8f02a8da
commit
347555f4f6
@ -228,11 +228,12 @@ autoreconf -fi
|
|||||||
|
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%{__make} check VERBOSE=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
|
[ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
# Install the package to build area
|
# Install the package to build area
|
||||||
%{__make} check VERBOSE=1
|
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
Loading…
Reference in New Issue
Block a user