summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorJuha-Pekka Heikkila <juhapekka.heikkila@gmail.com>2021-04-06 19:06:54 +0300
committerJuha-Pekka Heikkila <juhapekka.heikkila@gmail.com>2021-04-07 13:59:29 +0300
commit26b0a1ccd0ee0bff29e55d18c3fd8cbf83299049 (patch)
tree5b1174d8359eff18d31117b024a60223f12cda1f /tests/meson.build
parentfae783adafb5face387d2df7a983de5c1d752b45 (diff)
tests/kms_available_modes_crc: remove test
Remove kms_available_modes_crc test as this test is meaningless these days. This test was created back in the day when igt supported only 24bpp rgb format hence there was need to test packed yuv and nv12 did work. Now this test is duplicated by kms_plane pixel format tests among others. Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> Acked-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 44d3d466..3e3db7d5 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -20,7 +20,6 @@ test_progs = [
'kms_atomic',
'kms_atomic_interruptible',
'kms_atomic_transition',
- 'kms_available_modes_crc',
'kms_big_fb',
'kms_big_joiner' ,
'kms_busy',