mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-06 11:28:39 +02:00
test: add a missing libinput_dispatch() to the debounce_timer test
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c67b74b45e
commit
6c8068601a
1 changed files with 1 additions and 0 deletions
|
|
@ -2154,6 +2154,7 @@ START_TEST(debounce_timer)
|
||||||
litest_event(dev, EV_SYN, SYN_REPORT, 0);
|
litest_event(dev, EV_SYN, SYN_REPORT, 0);
|
||||||
litest_event(dev, EV_KEY, BTN_LEFT, 0);
|
litest_event(dev, EV_KEY, BTN_LEFT, 0);
|
||||||
litest_event(dev, EV_SYN, SYN_REPORT, 0);
|
litest_event(dev, EV_SYN, SYN_REPORT, 0);
|
||||||
|
libinput_dispatch(li);
|
||||||
|
|
||||||
litest_timeout_debounce();
|
litest_timeout_debounce();
|
||||||
litest_drain_events(li);
|
litest_drain_events(li);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue