contrib/rpm: run make check in parallel

This commit is contained in:
Thomas Haller 2016-10-14 10:06:43 +02:00
parent cf678811b5
commit 0a1508358d

View file

@ -486,7 +486,7 @@ cp valgrind.suppressions %{buildroot}%{_prefix}/src/debug/NetworkManager-%{real_
%check
%if %{with test}
make check
make %{?_smp_mflags} check
%endif