summaryrefslogtreecommitdiff
path: root/test/litest.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-28test: highlight the various state machines with colorsPeter Hutterer1-1/+20
2017-03-28test: detect linebreaks in log messagesPeter Hutterer1-4/+6
2017-03-28test: add color to litest verbose outputPeter Hutterer1-4/+25
2017-03-28test: align litest output messagesPeter Hutterer1-2/+2
2017-03-14test: add missing linebreak to error messagePeter Hutterer1-1/+1
2017-02-09Merge branch 'gcov-tests'Peter Hutterer1-0/+20
2017-02-09test: add helper functions to filter an eventPeter Hutterer1-0/+20
2017-02-09touchpad: mark the Apple onebutton touchpad as clickfinger-defaultPeter Hutterer1-0/+2
2017-02-03Merge branch 'touchpad-pressure-based-v2'Peter Hutterer1-53/+244
2017-02-02test: fix ranged test for 'no device' testsPeter Hutterer1-1/+4
2017-01-30switch: for surface 3 tablets, write the lid open to the devicePeter Hutterer1-0/+2
2017-01-30test: make sure touch up resets pressurePeter Hutterer1-0/+1
2017-01-26test: handle semi-mt devices in litestPeter Hutterer1-40/+188
2017-01-26test: convert event handling while loops into for loopsPeter Hutterer1-12/+17
2017-01-26test: allow nesting of litest_push_event_frame()Peter Hutterer1-5/+8
2017-01-26test: force a pressure of 0 when we hover a touchPeter Hutterer1-2/+14
2017-01-26test: add two more touch..._extended functionsPeter Hutterer1-0/+22
2017-01-26test: add tests for lid switchJames Ye1-0/+30
2017-01-26Add a "switch" interface for parts of the SW_* rangeJames Ye1-0/+3
2017-01-20Merge branch 'wip/wheel-tilt-source'Peter Hutterer1-0/+2
2017-01-20test: add wheel tilt testsPeter Hutterer1-0/+2
2017-01-20test: check the pad button state in litest_is_pad_button_eventPeter Hutterer1-0/+2
2017-01-20test: add helper function to install a "bug expected" log handlerPeter Hutterer1-0/+20
2017-01-16Revert "Remove the workaround for libevdev pre 1.3"Peter Hutterer1-0/+4
2017-01-16test: fix a comment regarding uinput's resolution assignmentPeter Hutterer1-4/+8
2017-01-16Remove the workaround for libevdev pre 1.3Peter Hutterer1-4/+0
2017-01-12test: add a synaptics RMI4 test devicePeter Hutterer1-0/+2
2016-12-22test: add test for the vertical position-dependent pinchPeter Hutterer1-0/+6
2016-12-20touchpad: if an external touchpad and keyboard share a VID/PID assume dwtPeter Hutterer1-0/+4
2016-12-01Drop HAVE_CONFIG_H ifdefPeter Hutterer1-2/+0
2016-11-29test: add a device and test for udev-set calibration valuesPeter Hutterer1-0/+2
2016-11-28test: switch asserts to litest_assertPeter Hutterer1-10/+9
2016-11-22test: allow the first event to be a short one during scroll testsPeter Hutterer1-5/+16
2016-11-22test: start with the first offset when moving touchesPeter Hutterer1-2/+2
2016-11-22test: mark the various abort functions as noreturnPeter Hutterer1-0/+3
2016-11-04evdev: implement support for the MOUSE_WHEEL_CLICK_COUNT propertyPeter Hutterer1-0/+2
2016-10-25Mark some internal log functions as printf-style functionPeter Hutterer1-0/+2
2016-09-07test: add litest_assert_touch_sequence helperPeter Hutterer1-0/+33
2016-09-07test: add trackpoint palm detection testsPeter Hutterer1-0/+6
2016-09-02test: add a Wacom HID 4800 test devicePeter Hutterer1-0/+2
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 Hutterer1-15/+38
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: add a make-like job control to run tests in parallelPeter Hutterer1-27/+113
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 Hutterer1-65/+23
2016-08-02test: merge all tests into a single binaryPeter Hutterer1-1/+16