Re: [gentoo-dev] [PATCH] cmake-utils.eclass: Support running ctest in parallel

2017-01-07 Thread Michał Górny
On Mon, 19 Dec 2016 16:48:45 +0100 Michał Górny wrote: > Pass -j and --test-load options (with values based on MAKEOPTS) to CTest > by default, in order to enable parallel test runs. > --- > eclass/cmake-utils.eclass | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) Pushed now. --

[gentoo-dev] [PATCH] cmake-utils.eclass: Support running ctest in parallel

2016-12-19 Thread Michał Górny
Pass -j and --test-load options (with values based on MAKEOPTS) to CTest by default, in order to enable parallel test runs. --- eclass/cmake-utils.eclass | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index 1fddae1ac