mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-04 20:10:17 +01:00
test: disable tapping for pure motion tests
No effect, all devices currently have tapping disabled. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
13afa8e5c7
commit
19120ef96c
1 changed files with 6 additions and 0 deletions
|
|
@ -38,6 +38,9 @@ START_TEST(touchpad_1fg_motion)
|
|||
struct libinput_event *event;
|
||||
struct libinput_event_pointer *ptrev;
|
||||
|
||||
libinput_device_config_tap_set_enabled(dev->libinput_device,
|
||||
LIBINPUT_CONFIG_TAP_DISABLED);
|
||||
|
||||
litest_drain_events(li);
|
||||
|
||||
litest_touch_down(dev, 0, 50, 50);
|
||||
|
|
@ -68,6 +71,9 @@ START_TEST(touchpad_2fg_no_motion)
|
|||
struct libinput *li = dev->libinput;
|
||||
struct libinput_event *event;
|
||||
|
||||
libinput_device_config_tap_set_enabled(dev->libinput_device,
|
||||
LIBINPUT_CONFIG_TAP_DISABLED);
|
||||
|
||||
litest_drain_events(li);
|
||||
|
||||
litest_touch_down(dev, 0, 20, 20);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue