Re: [Qemu-devel] [PATCH v2] tests: Run qtest cases in parallel

2016-10-11 Thread Fam Zheng
On Fri, 09/30 13:25, Marc-André Lureau wrote: > In any case > Reviewed-by: Marc-André Lureau Paolo, are you happy with taking this patch? Fam

Re: [Qemu-devel] [PATCH v2] tests: Run qtest cases in parallel

2016-09-30 Thread Marc-André Lureau
Hi On Thu, Sep 29, 2016 at 12:13 PM Fam Zheng wrote: > Previously all qtest cases in a category, such as check-qtest-y, are > executed in a single long gtester command. This patch separates each > test into its own make target to allow better parallism, unless gcov is > configured. > > Slightly

[Qemu-devel] [PATCH v2] tests: Run qtest cases in parallel

2016-09-29 Thread Fam Zheng
Previously all qtest cases in a category, such as check-qtest-y, are executed in a single long gtester command. This patch separates each test into its own make target to allow better parallism, unless gcov is configured. Slightly reorganize the gcov enabled case too, but the execution sequence is