summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2019-06-24quirks: add trackpoint integration attributePeter Hutterer1-0/+34
2019-05-09test: fix the wacom bamboo touch devicePeter Hutterer1-2/+4
2019-05-09test: fix a bunch of tests expecting BTN_TOOL_TRIPLETAPPeter Hutterer2-11/+14
2019-05-02Revert "Reduce button scroll timeout to 38ms"Peter Hutterer1-1/+1
2019-05-01test: update valgrind suppressions for a glib leakPeter Hutterer1-0/+7
2019-05-01touchpad: rotate the touch part of tabletsPeter Hutterer1-0/+60
2019-05-01test: use identifiable shortnames for the Intuos5 devicesPeter Hutterer3-3/+3
2019-03-28test: add another valgrind suppression for PythonPeter Hutterer1-0/+6
2019-03-25Fix three coverity complaintsPeter Hutterer1-3/+3
2019-03-22test: mark the protocol A device as touch devicePeter Hutterer3-3/+4
2019-03-22test: switch the protocol A test device to be an actual protocol A devicePeter Hutterer2-49/+159
2019-03-22test: let the device custom create method return a boolPeter Hutterer3-9/+16
2019-03-22test: don't install our normal rules file in installed modePeter Hutterer1-3/+8
2019-03-18touchpad: multitap state transitions use the same timing used for tapsPaolo Giangrandi1-0/+51
2019-03-14test: make the test suite runner available as installed binaryPeter Hutterer2-6/+104
2019-03-14test: add an option to skip installing our quirks into the test systemPeter Hutterer1-21/+56
2019-03-14tools: move the builddir lookup function out to a separate filePeter Hutterer2-0/+74
2019-03-14test: split out the unit tests into a separate test suitePeter Hutterer2-1020/+1083
2019-03-14test: move the double assert macros to a separate headerPeter Hutterer2-57/+87
2019-03-14test: split the library version test outPeter Hutterer2-23/+23
2019-03-14test: split up the quirks installationsPeter Hutterer1-11/+30
2019-03-14test: install the test device udev rule from a stringPeter Hutterer1-14/+26
2019-03-14test: split the test-specific #defines outPeter Hutterer1-0/+1
2019-03-14test: add --help to the test suite runnerPeter Hutterer1-3/+25
2019-03-12test: clip the exit code to 255Peter Hutterer1-1/+1
2019-03-12test: minor warning message changePeter Hutterer1-1/+1
2019-02-19Reduce button scroll timeout to 38msHenré Botha1-1/+1
2019-02-15test: replace != NULL checks with ck_assert_notnullPeter Hutterer8-89/+91
2019-02-15test: check for a non-null libinput in the new udev_create_seat_too_long testPeter Hutterer1-0/+1
2019-02-15test: remove unreachable codePeter Hutterer1-8/+0
2019-02-13test: add another helper to discard specific eventsPeter Hutterer3-5/+46
2019-02-13test: skip the tablet pressure test if we don't have pressurePeter Hutterer1-0/+3
2019-02-13test: fix the tablet relative delta testPeter Hutterer1-2/+23
2019-02-13test: fix the tablet motion testPeter Hutterer1-24/+14
2019-02-13test: set LITEST_HOVER for all tests that require the hover featurePeter Hutterer1-10/+10
2019-02-13test: mark all current tablets as having a hover featurePeter Hutterer13-13/+13
2019-02-13test: make litest robust for ABS_MT_POSITION_X-only devicesPeter Hutterer1-4/+17
2019-02-13test: remove hwdb leftoversPeter Hutterer1-7/+1
2019-02-11fallback: cancel the arbitration timer on device removePeter Hutterer1-0/+41
2019-02-11Add a bit() macroPeter Hutterer1-34/+34
2019-02-11path: limit path device nodes to PATH_MAX charactersPeter Hutterer1-0/+33
2019-02-11udev: restrict the seat ID to 256 charactersPeter Hutterer1-0/+25
2019-02-04test: up the ratelimit tests to 1000msPeter Hutterer1-4/+4
2019-01-31tablet: add tilt-based touch arbitration for screen tabletsPeter Hutterer3-2/+105
2019-01-31test: add a LITEST_DIRECT feature for the wacom cintiqsPeter Hutterer5-4/+5
2019-01-31fallback: add timer-based touch arbitrationPeter Hutterer1-5/+15
2019-01-31touchpad: release all button presses on device suspendPeter Hutterer1-0/+68
2019-01-31test: add a test for normal touchpad button pressesPeter Hutterer1-0/+25
2019-01-31evdev: cancel the middle button timer on device removedPeter Hutterer1-0/+26
2019-01-31test: add an additional final libinput_dispatch()Peter Hutterer1-1/+3