summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/intel/common/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/intel/common/meson.build b/src/intel/common/meson.build
index 53c458f447d..4d08a627213 100644
--- a/src/intel/common/meson.build
+++ b/src/intel/common/meson.build
@@ -65,7 +65,8 @@ 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'], ['120', 'gen12']]
+ ['90', 'gen9'], ['110', 'gen11'], ['120', 'gen12'],
+ ['125', 'gen125']]
executable(
'intel_@0@_mi_builder_test'.format(g[1]),
files('tests/gen_mi_builder_test.cpp'),