From 4fa2f6e0b3da92a850f6352be6cbd00920b73a6d Mon Sep 17 00:00:00 2001 From: Mary Guillemard Date: Tue, 10 Mar 2026 10:39:30 +0100 Subject: [PATCH] nvk: Put nvk_mme in the nouveau test suite Not sure why it was missing but it should be part of it. Signed-off-by: Mary Guillemard Reviewed-by: Karol Herbst Reviewed-by: Faith Ekstrand Part-of: --- src/nouveau/vulkan/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/nouveau/vulkan/meson.build b/src/nouveau/vulkan/meson.build index 8c2a462615f..21b66e8a3b2 100644 --- a/src/nouveau/vulkan/meson.build +++ b/src/nouveau/vulkan/meson.build @@ -211,6 +211,7 @@ if with_tests and not with_platform_android files('test_nvk_mme.c'), dependencies : [nvk_deps], link_with : [libnvk], - ) + ), + suite : ['nouveau'], ) endif