summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-11-02 21:53:44 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2018-11-08 16:32:30 +0100
commit822784fd625fdc54d813af38195a8ef351ebc511 (patch)
tree038efbc49aaa032e90a3029c86c5fb60c388fff6 /tests/meson.build
parentd88fb0d8c1d18705307609c7b01b297425a9edb1 (diff)
tests/kms_lease: add tests for lease ioctls [v2]
Validate that the leasing API creates leases that allow access to a subset of the available resources and that lease revocation works. v2: from Dave Airlie <airlied@redhat.com> * Update ioctl numbers to latest proposed values. * Fix commit message * Add tests for get_lease and list_lessees v3: - Rebase - drop the get_driving_output test, that's already taken care of by the for_each_valid_output loop. Signed-off-by: Keith Packard <keithp@keithp.com> (v2) Reviewed-by: Dave Airlie <airlied@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index c1a2301a..3020f798 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -42,6 +42,7 @@ test_progs = [
'kms_getfb',
'kms_hdmi_inject',
'kms_invalid_dotclock',
+ 'kms_lease',
'kms_legacy_colorkey',
'kms_mmap_write_crc',
'kms_panel_fitting',