mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
intel/tools: fix meson warning
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4434 Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9524>
This commit is contained in:
parent
4a408ff7ea
commit
f3cf70dc8d
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ foreach testcase : asm_testcases
|
||||||
_gen_num = testcase[1]
|
_gen_num = testcase[1]
|
||||||
_gen_folder = join_paths(meson.current_source_dir(), 'tests', _gen_num)
|
_gen_folder = join_paths(meson.current_source_dir(), 'tests', _gen_num)
|
||||||
test(
|
test(
|
||||||
'i965_asm : ' + _gen_num, test_runner,
|
'i965_asm_' + _gen_num, test_runner,
|
||||||
args : [
|
args : [
|
||||||
'--i965_asm', i965_asm,
|
'--i965_asm', i965_asm,
|
||||||
'--gen_name', _gen_name,
|
'--gen_name', _gen_name,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue