nouveau/mme: Don't install the HW tests

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35163>
This commit is contained in:
Faith Ekstrand
2025-05-26 09:16:13 -04:00
parent 6b2c39e9d8
commit 26ba29f75b
+2 -2
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