mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
ac/surface: rename ac_surface_dcc_address_test.c
This file will also contain HTILE equation tests. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10187>
This commit is contained in:
parent
4d25229c24
commit
64bd245c84
2 changed files with 3 additions and 3 deletions
|
|
@ -127,10 +127,10 @@ if with_tests and not with_platform_windows
|
|||
# Limit this to only a few architectures for the Gitlab CI.
|
||||
if ['x86', 'x86_64', 'aarch64'].contains(host_machine.cpu_family())
|
||||
test(
|
||||
'ac_surface_dcc_address_test',
|
||||
'ac_surface_meta_address_test',
|
||||
executable(
|
||||
'ac_surface_dcc_address_test',
|
||||
['ac_surface_dcc_address_test.c'],
|
||||
'ac_surface_meta_address_test',
|
||||
['ac_surface_meta_address_test.c'],
|
||||
link_with: [libamd_common, libamdgpu_addrlib],
|
||||
include_directories : [
|
||||
inc_amd, inc_gallium, inc_include, inc_src,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue