mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +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}
|
||||
|
||||
%check
|
||||
%{__make} check VERBOSE=1
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
|
||||
|
||||
# Install the package to build area
|
||||
%{__make} check VERBOSE=1
|
||||
%makeinstall
|
||||
|
||||
%post
|
||||
|
Loading…
Reference in New Issue
Block a user