summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2016-06-30 13:53:47 +0200
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2016-07-26 14:50:26 +0200
commit665e818ce692531ccc66c07bd18eb52eae2ef7eb (patch)
tree2459cf93d0e710bec74b67a45c551e7f5c5d8ee3 /tests/Makefile.sources
parentc7d4dabad186d84f6371fa7bebf626f7ed2fc9f8 (diff)
tests: Add kms_rmfb test.
This tests rmfb and last close behavior. In those cases the framebuffers should be removed from the crtc. If atomic modeset is supported, we do it all in one nice atomic commit too. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.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 8a9a7ec9..cc37b25e 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -103,6 +103,7 @@ TESTS_progs_M = \
kms_plane \
kms_psr_sink_crc \
kms_render \
+ kms_rmfb \
kms_rotation_crc \
kms_setmode \
kms_universal_plane \