summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2016-12-06touchpad: sync BTN_TOOL_FINGER state on initPeter Hutterer1-0/+24
2016-12-06util: add a helper function to split a string into substringsPeter Hutterer1-0/+45
2016-12-06util: add safe_atod for locale-independent conversionPeter Hutterer1-0/+50
2016-11-22test: allow the first event to be a short one during scroll testsPeter Hutterer1-5/+16
2016-11-22test: fix edge-scroll no-motion testPeter Hutterer1-2/+2
2016-11-22test: start with the first offset when moving touchesPeter Hutterer1-2/+2
2016-11-22test: fix maybe-uninitialized compiler warningsPeter Hutterer1-5/+5
2016-11-22test: mark the various abort functions as noreturnPeter Hutterer1-0/+3
2016-11-14Disable test runs on 'distcheck'Peter Hutterer1-0/+3
2016-11-04evdev: implement support for the MOUSE_WHEEL_CLICK_COUNT propertyPeter Hutterer6-8/+152
2016-11-02evdev: actually ignore joysticksPeter Hutterer1-0/+34
2016-10-25test: add missing comma to horizontal click angle udev rulePeter Hutterer1-1/+1
2016-10-25test: fix clang warning about abs(float)Peter Hutterer1-2/+2
2016-10-25Mark some internal log functions as printf-style functionPeter Hutterer2-0/+3
2016-09-12touchpad: require at least 3 events before enabling trackpoint palm detectionPeter Hutterer1-0/+26
2016-09-09test: rename SYNAPTICS_CLICKPAD to SYNAPTICS_CLICKPAD_X220Peter Hutterer6-19/+19
2016-09-07tablet: add touch arbitrationPeter Hutterer1-0/+344
2016-09-07test: add litest_assert_touch_sequence helperPeter Hutterer2-0/+36
2016-09-07test: move the Intuos 5 and Cintiq 13HD test tablets into the same device groupPeter Hutterer6-1/+43
2016-09-07evdev: release current touches when the device is suspendedPeter Hutterer1-0/+83
2016-09-07test: add trackpoint palm detection testsPeter Hutterer3-0/+81
2016-09-05test: add test for touchpad disabling on external mousePeter Hutterer1-0/+183
2016-09-02tablet: if a serial comes in late, discard itPeter Hutterer1-0/+88
2016-09-02test: change the matrix delta test to use a tip-down eventPeter Hutterer1-2/+12
2016-09-02test: add a Wacom HID 4800 test devicePeter Hutterer4-0/+123
2016-08-30test: add the valgrind test suite output to the distcleanfilesPeter Hutterer1-0/+2
2016-08-29touchpad: always reset the motion history on finger changesPeter Hutterer1-0/+51
2016-08-29test: prevent cursor jumps in the various tap testsPeter Hutterer1-6/+6
2016-08-26test: only abort when we fail to add any tests and we have no filtersPeter Hutterer1-1/+4
2016-08-26test: add a helper function to compare the event typePeter Hutterer2-15/+42
2016-08-23touchpad: reset the edge scroll state on touch up if edge scroll is disabledPeter Hutterer1-0/+8
2016-08-22Read the horizontal wheel click angle property if availablePeter Hutterer2-4/+8
2016-08-15test: implement tests for configurable tap button mappingsPeter Hutterer2-15/+206
2016-08-09Merge branch 'wip/litest-serial-parallel-v3'Peter Hutterer19-362/+387
2016-08-05touchpad: ignore modifier key combos for dwtPeter Hutterer1-0/+166
2016-08-04test: add dwt modifier/fkey test casesPeter Hutterer1-0/+82
2016-08-02test: just use litest_add_device if we don't have overridesPeter Hutterer1-6/+1
2016-08-02test: if we're in a debugger, use single-fork mode onlyPeter Hutterer1-35/+36
2016-08-02test: if a filter is specified, don't parallelize jobs by defaultPeter Hutterer1-0/+16
2016-08-02test: split the tap tests into more tap groupsPeter Hutterer1-43/+43
2016-08-02test: remove NOTPARALLELPeter Hutterer1-2/+0
2016-08-02test: add a make-like job control to run tests in parallelPeter Hutterer1-27/+113
2016-08-02test: drop the sysname comparison in the device add/remove testPeter Hutterer1-7/+1
2016-08-02Revert "test: create a lock file to avoid parallel udev reloads during device...Peter Hutterer1-63/+0
2016-08-02test: restore the hwdb/udev rules on SIGINTPeter Hutterer1-0/+6
2016-08-02test: make sure we remove all udev rules when we SIGINT the testPeter Hutterer1-1/+34
2016-08-02test: only init the device rules oncePeter Hutterer2-67/+23
2016-08-02test: merge all tests into a single binaryPeter Hutterer19-102/+71
2016-08-01test: store created udev rules in a list for easier deletionPeter Hutterer1-25/+54
2016-08-01test: make the valgrind test an actual dependency of the test runPeter Hutterer1-1/+1