mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-21 23:50:45 +01:00
test: reduce the multitap range
if it works for 3, 4, 5, it'll work for above that too Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
68c6bed014
commit
8f92b09112
1 changed files with 1 additions and 1 deletions
|
|
@ -2378,7 +2378,7 @@ END_TEST
|
|||
void
|
||||
litest_setup_tests_touchpad_tap(void)
|
||||
{
|
||||
struct range multitap_range = {3, 8};
|
||||
struct range multitap_range = {3, 5};
|
||||
struct range tap_map_range = { LIBINPUT_CONFIG_TAP_MAP_LRM,
|
||||
LIBINPUT_CONFIG_TAP_MAP_LMR + 1 };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue