nouveau/mme: Don't install the HW tests

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35163>
(cherry picked from commit 26ba29f75b)
This commit is contained in:
Faith Ekstrand 2025-05-26 09:16:13 -04:00 committed by Eric Engestrom
parent 4483824a0a
commit 7e0c8b8efd
2 changed files with 3 additions and 3 deletions

View file

@ -4264,7 +4264,7 @@
"description": "nouveau/mme: Don't install the HW tests",
"nominated": false,
"nomination_type": 0,
"resolution": 4,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -64,7 +64,7 @@ if with_tests and not with_platform_android
idep_nouveau_mme,
idep_nouveau_ws
],
install : true,
install : false,
)
executable(
@ -80,7 +80,7 @@ if with_tests and not with_platform_android
idep_nouveau_mme,
idep_nouveau_ws
],
install : true,
install : false,
)
endif