summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2019-04-02 13:43:43 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2019-04-03 12:42:57 +0200
commitbcf2f21996b2ee5c6177f5412046690ff8017772 (patch)
tree0f9103c1dede03cdb5c56995f10ac93b9580bd4f /tests/Makefile.sources
parent6285eec4f3b8f21833d9d2d852883569d6551822 (diff)
tests: Rename kms_chv_cursor_fail to kms_cursor_edge_walk
It's a generic testcase, originally for a chv issue, but we can hit legit bugs with this on any platforms. And we do, which then results in confused managers. Let's rename for clarity. Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Cc: "Peres, Martin" <martin.peres@intel.com> Cc: Ville Syrjala <ville.syrjala@linux.intel.com> Acked-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by: "Peres, Martin" <martin.peres@intel.com> Acked-by: James Ausmus <james.ausmus@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r--tests/Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 71ccf00a..86ad301e 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -29,12 +29,12 @@ TESTS_progs = \
kms_available_modes_crc \
kms_busy \
kms_ccs \
- kms_chv_cursor_fail \
kms_color \
kms_concurrent \
kms_content_protection\
kms_crtc_background_color \
kms_cursor_crc \
+ kms_cursor_edge_walk \
kms_cursor_legacy \
kms_dp_dsc \
kms_draw_crc \