mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-08 09:18:04 +02:00
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>
This commit is contained in:
parent
1600fe1130
commit
cf1afec017
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue