summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-08-13 09:37:30 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-08-13 11:02:33 +1000
commit6d1f2f88d6c94e2817d45c63076c5dc70c40b504 (patch)
tree5a41c94feafeed119b2441be4f42997237436935 /meson.build
parent84591b80a8e1a167588fdeed72fa92bda9640063 (diff)
downloadlibinput-6d1f2f88d6c94e2817d45c63076c5dc70c40b504.tar.gz
test: add two test devices for the false joystick labelling
Two devices that were affected by the regression fixed with #517 Test devices taken from: https://gitlab.freedesktop.org/libinput/libinput/-/issues/514 https://gitlab.freedesktop.org/libinput/libinput/-/issues/515 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 8237f830..3902e140 100644
--- a/meson.build
+++ b/meson.build
@@ -785,6 +785,7 @@ if get_option('tests')
'test/litest-device-keyboard-razer-blade-stealth-videoswitch.c',
'test/litest-device-lid-switch.c',
'test/litest-device-lid-switch-surface3.c',
+ 'test/litest-device-logitech-media-keyboard-elite.c',
'test/litest-device-logitech-trackball.c',
'test/litest-device-nexus4-touch-screen.c',
'test/litest-device-magic-trackpad.c',
@@ -798,6 +799,7 @@ if get_option('tests')
'test/litest-device-ms-surface-cover.c',
'test/litest-device-protocol-a-touch-screen.c',
'test/litest-device-qemu-usb-tablet.c',
+ 'test/litest-device-sony-vaio-keys.c',
'test/litest-device-synaptics-x220.c',
'test/litest-device-synaptics-hover.c',
'test/litest-device-synaptics-i2c.c',