From 64bd245c84e1b77699bd34ca37b19c7496df79f0 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Tue, 13 Apr 2021 13:53:09 +0200 Subject: [PATCH] ac/surface: rename ac_surface_dcc_address_test.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This file will also contain HTILE equation tests. Signed-off-by: Samuel Pitoiset Reviewed-by: Bas Nieuwenhuizen Reviewed-by: Marek Olšák Part-of: --- ...ac_surface_dcc_address_test.c => ac_surface_meta_address_test.c} | 0 src/amd/common/meson.build | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename src/amd/common/{ac_surface_dcc_address_test.c => ac_surface_meta_address_test.c} (100%) diff --git a/src/amd/common/ac_surface_dcc_address_test.c b/src/amd/common/ac_surface_meta_address_test.c similarity index 100% rename from src/amd/common/ac_surface_dcc_address_test.c rename to src/amd/common/ac_surface_meta_address_test.c diff --git a/src/amd/common/meson.build b/src/amd/common/meson.build index 90476ae..885f88e 100644 --- a/src/amd/common/meson.build +++ b/src/amd/common/meson.build @@ -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, -- 2.7.4