run the test-suite in parallel in %check

This commit is contained in:
Kamil Dudka 2016-05-31 14:25:03 +02:00
parent 7be3ecab61
commit 70d8bf926d

View File

@ -82,7 +82,7 @@ export CFLAGS="$RPM_OPT_FLAGS -D__SUPPORT_SNAN__"
make %{?_smp_mflags} make %{?_smp_mflags}
%check %check
make check make %{?_smp_mflags} check
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT