summaryrefslogtreecommitdiff
path: root/tests/meson.build
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/meson.build
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/meson.build')
-rw-r--r--tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 9015f809..8e1ae4fd 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -16,12 +16,12 @@ test_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',