summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Makefile.sources2
-rw-r--r--tests/kms_cursor_edge_walk.c (renamed from tests/kms_chv_cursor_fail.c)0
-rw-r--r--tests/meson.build2
3 files changed, 2 insertions, 2 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 \
diff --git a/tests/kms_chv_cursor_fail.c b/tests/kms_cursor_edge_walk.c
index 86629555..86629555 100644
--- a/tests/kms_chv_cursor_fail.c
+++ b/tests/kms_cursor_edge_walk.c
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',