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:
Samuel Pitoiset 2021-04-13 13:53:09 +02:00 committed by Marge Bot
parent 4d25229c24
commit 64bd245c84
2 changed files with 3 additions and 3 deletions

View file

@ -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,