summaryrefslogtreecommitdiff
path: root/test/litest.c
Commit message (Expand)AuthorAgeFilesLines
* test: push/pop event frames around three-touch movementsPeter Hutterer2021-03-161-0/+2
* test: simplify the helper for moving three touches at the same timePeter Hutterer2021-03-161-11/+8
* test: fix debugging messages for gesture begin eventPeter Hutterer2021-03-161-2/+2
* treewide: get rid of `tmp` argument in list_for_each_safeKonstantin Kharlamov2021-03-021-14/+14
* test: add test cases for 2/3 finger movement after tapPeter Hutterer2021-02-151-0/+14
* test: drop the needless base event conversionPeter Hutterer2021-02-151-6/+4
* test: print the event type on mismatchPeter Hutterer2021-02-151-2/+1
* touchpad: stretch the tap-and-drag timeout a bit depending on finger countsatrmb2021-02-151-1/+1
* test: drop the custom group namesPeter Hutterer2021-02-121-28/+24
* test: don't require root to list testsPeter Hutterer2021-02-051-9/+6
* check return value for libudev/udev_device_get_actionweizhixiang2021-01-061-1/+1
* treewide: fix typosTorstein Husebø2020-12-161-1/+1
* test: set the elan test device to always double up on tool bitsPeter Hutterer2020-09-221-0/+12
* test: auto-assign the tool type for tablet testsPeter Hutterer2020-09-221-6/+53
* test: grab the device before any lid or tablet mode switchesPeter Hutterer2020-07-071-1/+50
* test: store the list of open file descriptors in the litest contextPeter Hutterer2020-07-071-4/+48
* test: use litest_destroy_context() for test-suite contextsPeter Hutterer2020-07-071-1/+7
* test: inhibit shutdown and suspend while the tests are runningPeter Hutterer2020-07-071-1/+1
* meson.build: use install_subdir() to install the quirks filesPeter Hutterer2020-06-171-11/+15
* Replace strneq() with strstartswith() for variable prefixesPeter Hutterer2020-06-171-5/+3
* evdev: warn if our event processing lags by 10ms or morePeter Hutterer2020-05-131-3/+8
* test: fix the lookup for the timer offset warningsPeter Hutterer2020-05-131-1/+1
* udev: don't use IMPORT+=Peter Hutterer2020-03-301-1/+1
* test: add a test case for checking EVDEV_ABS overridesPeter Hutterer2020-02-121-1/+19
* test: drop the #define for the litest device rulesPeter Hutterer2020-02-121-4/+2
* test: add helper functions for checking proximity eventsPeter Hutterer2020-02-021-6/+15
* test: make the custom touch override methods filter-ablePeter Hutterer2020-01-291-9/+9
* litest: Fix warnings about discarded qualifiers with check-0.13.0Michael Forney2020-01-031-12/+12
* pad: add LIBINPUT_EVENT_TABLET_PAD_KEY for pad keysPeter Hutterer2019-12-041-0/+39
* test: write our test case results out as junit xml filesPeter Hutterer2019-11-281-0/+76
* test: allow for substring matching in the various --filter- argumentsPeter Hutterer2019-11-151-0/+9
* touchpad: don't allow for multifinger tapping after a movePeter Hutterer2019-11-151-0/+20
* test: remove the hardcoded four-job valgrind test runPeter Hutterer2019-11-051-1/+3
* test: make the test jobs dependent on the number of processorsPeter Hutterer2019-10-291-1/+4
* Add a scroll button lock featurePeter Hutterer2019-10-171-0/+21
* touchpad: revamp thumb detectionMatt Mayfield2019-07-171-6/+0
* meson: run the test suite per groupPeter Hutterer2019-07-081-0/+19
* test: use the default job control for --filter-groupsPeter Hutterer2019-07-081-2/+0
* test: fix an always-true check for udev propertiesPeter Hutterer2019-07-081-1/+1
* test: drop the litest feature enum, make it normal bits insteadPeter Hutterer2019-07-081-6/+6
* test: one O_NONBLOCK is enoughPeter Hutterer2019-07-011-1/+1
* udev: rename libinput-model-quirks rules to libinput-fuzz-override.rulesPeter Hutterer2019-06-261-4/+4
* test: don't make timer offset errors fatal in gdbPeter Hutterer2019-06-171-1/+1
* test: only write one single rules file for our device quirksPeter Hutterer2019-06-141-58/+48
* test: auto-generate the udev rulesPeter Hutterer2019-06-141-2/+15
* test: replace the double assert macros with proper checksPeter Hutterer2019-06-141-0/+18
* test: remove a duplicate checkPeter Hutterer2019-06-111-1/+0
* test: swap a few litest_assert() calls for their more precise cousinsPeter Hutterer2019-06-111-31/+31
* test: abort if our device didn't initializePeter Hutterer2019-06-111-0/+1
* Add a new dispatch interface for the Dell Canvas TotemPeter Hutterer2019-06-071-0/+24