OSDN Git Service

tests: install drmdevice
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 21 Apr 2020 10:27:01 +0000 (11:27 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 21 Apr 2020 17:50:23 +0000 (18:50 +0100)
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 <emil.velikov@collabora.com>
Acked-by: Eric Engestrom <eric@engestrom.ch>
tests/meson.build

index 5aab5a0..196edbf 100644 (file)
@@ -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)