]> xenbits.xensource.com Git - libvirt.git/commit
libvirt.spec: Build & run tests in parallel
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 3 Nov 2016 12:34:53 +0000 (20:34 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 3 Nov 2016 13:38:46 +0000 (21:38 +0800)
commite8861f69714f283ddfa3cac5713feac46884a2ea
tree05de21017a64cbbce15715a486007b66ad9fe1ac
parent478ddedc12b77313cbaf72328ab2236ce7c56ead
libvirt.spec: Build & run tests in parallel

So far, the main code is built in parallel, which makes it pretty
fast. But with a lots of tests we have now I've noticed this part
takes too much time to build. The problem was that tests were
build and run in a single job.

Also, 'make' in the first hunk is useless. The test suite is not
built due to 'make all' because there's no .git in the sources
unpacked from a tar.xz archive. It's 'make check' which triggers
tests build.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
libvirt.spec.in