summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/amd/vulkan/meson.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/amd/vulkan/meson.build b/src/amd/vulkan/meson.build
index 4243f66055f..93523b0e88e 100644
--- a/src/amd/vulkan/meson.build
+++ b/src/amd/vulkan/meson.build
@@ -166,6 +166,19 @@ libvulkan_radeon = shared_library(
install : true,
)
+if with_tests and prog_nm.found()
+ test(
+ 'radv symbols check',
+ symbols_check,
+ args : [
+ '--lib', libvulkan_radeon,
+ '--symbols-file', vulkan_icd_symbols,
+ '--nm', prog_nm.path(),
+ ],
+ suite : ['amd'],
+ )
+endif
+
radeon_icd = custom_target(
'radeon_icd',
input : 'radv_icd.py',