summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2020-04-21 11:27:01 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2020-04-21 18:50:23 +0100
commitcf1afec0173daed2160d74a5528e5dcd6ed61199 (patch)
tree6a2f533495cd3c4ed93f1091a800c9b160409f58
parent1600fe1130039608fc9be6c849c895323d21b899 (diff)
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 <emil.velikov@collabora.com> Acked-by: Eric Engestrom <eric@engestrom.ch>
-rw-r--r--tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 5aab5a04..196edbfa 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)