summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
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/Makefile.sources
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/Makefile.sources')
-rw-r--r--tests/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index a3960316..d007ebc7 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -65,6 +65,7 @@ TESTS_progs = \
kms_getfb \
kms_hdmi_inject \
kms_invalid_dotclock \
+ kms_lease \
kms_legacy_colorkey \
kms_mmap_write_crc \
kms_panel_fitting \