summaryrefslogtreecommitdiff
path: root/test/litest.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-11udev: don't use IMPORT+=Peter Hutterer1-1/+1
2020-02-12test: add a test case for checking EVDEV_ABS overridesPeter Hutterer1-1/+19
2020-02-12test: drop the #define for the litest device rulesPeter Hutterer1-4/+2
2020-02-02test: add helper functions for checking proximity eventsPeter Hutterer1-6/+15
2020-01-29test: make the custom touch override methods filter-ablePeter Hutterer1-9/+9
2020-01-03litest: Fix warnings about discarded qualifiers with check-0.13.0Michael Forney1-12/+12
2019-12-04pad: add LIBINPUT_EVENT_TABLET_PAD_KEY for pad keysPeter Hutterer1-0/+39
2019-11-28test: write our test case results out as junit xml filesPeter Hutterer1-0/+76
2019-11-15test: allow for substring matching in the various --filter- argumentsPeter Hutterer1-0/+9
2019-11-15touchpad: don't allow for multifinger tapping after a movePeter Hutterer1-0/+20
2019-11-05test: remove the hardcoded four-job valgrind test runPeter Hutterer1-1/+3
2019-10-29test: make the test jobs dependent on the number of processorsPeter Hutterer1-1/+4
2019-10-17Add a scroll button lock featurePeter Hutterer1-0/+21
2019-07-17touchpad: revamp thumb detectionMatt Mayfield1-6/+0
2019-07-08meson: run the test suite per groupPeter Hutterer1-0/+19
2019-07-08test: use the default job control for --filter-groupsPeter Hutterer1-2/+0
2019-07-08test: fix an always-true check for udev propertiesPeter Hutterer1-1/+1
2019-07-08test: drop the litest feature enum, make it normal bits insteadPeter Hutterer1-6/+6
2019-07-01test: one O_NONBLOCK is enoughPeter Hutterer1-1/+1
2019-06-26udev: rename libinput-model-quirks rules to libinput-fuzz-override.rulesPeter Hutterer1-4/+4
2019-06-17test: don't make timer offset errors fatal in gdbPeter Hutterer1-1/+1
2019-06-14test: only write one single rules file for our device quirksPeter Hutterer1-58/+48
2019-06-14test: auto-generate the udev rulesPeter Hutterer1-2/+15
2019-06-14test: replace the double assert macros with proper checksPeter Hutterer1-0/+18
2019-06-11test: remove a duplicate checkPeter Hutterer1-1/+0
2019-06-11test: swap a few litest_assert() calls for their more precise cousinsPeter Hutterer1-31/+31
2019-06-11test: abort if our device didn't initializePeter Hutterer1-0/+1
2019-06-07Add a new dispatch interface for the Dell Canvas TotemPeter Hutterer1-0/+24
2019-05-28test: don't treat a signal exit as successPeter Hutterer1-1/+1
2019-05-28test: allow for a LITEST_JOBS environment variablePeter Hutterer1-1/+10
2019-05-27test: always set CK_FORK=no under valgrindPeter Hutterer1-1/+1
2019-05-09test: make the test case failure output easier to selectPeter Hutterer1-2/+13
2019-05-07test: drop the SKIP_LIBINPUT_TEST_RUNNER environment variablePeter Hutterer1-7/+1
2019-05-07test: skip the backtrace under valgrindPeter Hutterer1-0/+5
2019-05-07test: replace the USING_VALGRIND env with the valgrind.h headerPeter Hutterer1-1/+3
2019-05-02Revert "Reduce button scroll timeout to 38ms"Peter Hutterer1-1/+1
2019-04-11test: abort when no default value is available for an axisJason Gerecke1-4/+18
2019-04-09test: actually filter events when writing to udevPeter Hutterer1-0/+3
2019-03-25Fix three coverity complaintsPeter Hutterer1-3/+3
2019-03-22test: let the device custom create method return a boolPeter Hutterer1-6/+9
2019-03-22test: don't install our normal rules file in installed modePeter Hutterer1-3/+8
2019-03-14test: make the test suite runner available as installed binaryPeter Hutterer1-6/+9
2019-03-14test: add an option to skip installing our quirks into the test systemPeter Hutterer1-21/+56
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: 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-13test: add another helper to discard specific eventsPeter Hutterer1-0/+42