From b2dac806f8bc01a54aa48264d047d549c893af76 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 10 Dec 2019 16:09:36 +0000 Subject: [PATCH] intel: add mi_builder_test for gen12 Signed-off-by: Eric Engestrom Reviewed-by: Lionel Landwerlin --- src/intel/common/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/common/meson.build b/src/intel/common/meson.build index f652100ed66..c387eb62b93 100644 --- a/src/intel/common/meson.build +++ b/src/intel/common/meson.build @@ -62,7 +62,7 @@ install_intel_gpu_tests = get_option('install-intel-gpu-tests') if install_intel_gpu_tests foreach g : [['70', 'gen7'], ['75', 'hsw'], ['80', 'gen8'], - ['90', 'gen9'], ['110', 'gen11']] + ['90', 'gen9'], ['110', 'gen11'], ['120', 'gen12']] executable( 'intel_@0@_mi_builder_test'.format(g[1]), files('tests/gen_mi_builder_test.cpp'), -- 2.30.2