test: disable hold gestures when are not required
authorJosé Expósito <jose.exposito89@gmail.com>
Mon, 28 Mar 2022 10:44:55 +0000 (12:44 +0200)
committerJosé Expósito <jose.exposito89@gmail.com>
Mon, 28 Mar 2022 10:44:55 +0000 (12:44 +0200)
commit321458576da59d05fcbd025358fbdfc74b1c6b80
tree1a501a2f36c48021f87e62593b60f4593c0ba8c4
parent395d12d63446a1897dd64f35c2eb603203d55c21
test: disable hold gestures when are not required

Certain tests that make use of verify_left_handed_touch_motion can fail
depending on how quick they are executed, specially when using Valgrind.

Instead of ignoring the hold end event, use the existing mechanism to
disable hold gestures where we are not interested in them.

Signed-off-by: José Expósito <jose.exposito89@gmail.com>
test/test-tablet.c