[igt-dev] [PATCH i-g-t] tests: build gem_concurrent_all

Chris Wilson chris at chris-wilson.co.uk
Thu Jul 12 20:14:00 UTC 2018


Quoting Lucas De Marchi (2018-07-12 21:05:43)
> This was removed from default build in autotools because it has lots of
> subtests: a633ad03 ("tests: Separate tests with lots of subtests").
> However in meson there's no option to actually build it.
> 
> Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
> ---
> 
> Or do we want to hide it under a flag?
> 
>  tests/meson.build | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/meson.build b/tests/meson.build
> index 029b8043..dd111d1c 100644
> --- a/tests/meson.build
> +++ b/tests/meson.build
> @@ -27,6 +27,7 @@ test_progs = [
>         'gem_create',
>         'gem_cs_prefetch',
>         'gem_cs_tlb',
> +       'gem_concurrent_all',

Wouldn't alphabetical ordering put it just before gem_concurrent_blit?
-Chris


More information about the igt-dev mailing list