From cf1afec0173daed2160d74a5528e5dcd6ed61199 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 21 Apr 2020 11:27:01 +0100 Subject: [PATCH] tests: install drmdevice Just like the other tests (tools really) install drmdevice. It is a simple tool which is useful for basic check/testing. Signed-off-by: Emil Velikov Acked-by: Eric Engestrom --- tests/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/meson.build b/tests/meson.build index 5aab5a0..196edbf 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -70,6 +70,7 @@ drmdevice = executable( include_directories : [inc_root, inc_drm], link_with : libdrm, c_args : libdrm_c_args, + install : with_install_tests, ) test('hash', hash) -- 2.7.4