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

Lucas De Marchi lucas.demarchi at intel.com
Thu Jul 12 20:05:43 UTC 2018


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',
 	'gem_ctx_bad_destroy',
 	'gem_ctx_bad_exec',
 	'gem_ctx_create',
-- 
2.17.1



More information about the igt-dev mailing list