mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
intel/common: Enable mi_builder test for PTL
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32194>
This commit is contained in:
parent
6b931a68c7
commit
d918edaf9a
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ endif
|
|||
if with_tests and not with_platform_android
|
||||
foreach g : [['70', 'gfx7'], ['75', 'hsw'], ['80', 'gfx8'],
|
||||
['90', 'gfx9'], ['110', 'gfx11'], ['120', 'gfx12'],
|
||||
['125', 'gfx125'], ['200', 'gfx20']]
|
||||
['125', 'gfx125'], ['200', 'gfx20'], ['300', 'gfx30']]
|
||||
executable(
|
||||
'intel_@0@_mi_builder_test'.format(g[1]),
|
||||
files('tests/mi_builder_test.cpp'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue