summaryrefslogtreecommitdiff
path: root/test/litest.c
Commit message (Expand)AuthorAgeFilesLines
* test: Don't send two motion events when button scrollingJonas Ådahl2014-12-051-6/+0
* test: Add litest_button_scroll helper functionHans de Goede2014-11-111-0/+34
* test: rename a parameter to litest_assert_scroll()Peter Hutterer2014-11-111-4/+4
* test: add VMWare Virtual USB Mouse devicePeter Hutterer2014-11-111-0/+2
* test: add Xen Virtual Pointer devicePeter Hutterer2014-11-111-0/+2
* test: add QEMU tablet as test devicePeter Hutterer2014-11-111-0/+2
* test: fix coding stylePeter Hutterer2014-11-101-3/+4
* litest: Add a sleep_ms parameter to litest_touch_move_toHans de Goede2014-11-061-2/+8
* test: pass an enum for the axis instead of uintPeter Hutterer2014-11-061-1/+3
* test: add litest_push/pop_event_frame() helpersPeter Hutterer2014-09-231-1/+21
* test: add helper functions for the two timers we care aboutPeter Hutterer2014-09-231-0/+12
* litest: Add litest_assert_scroll() helper functionHans de Goede2014-09-191-0/+39
* test: wait for events in litest_assert_button_eventsPeter Hutterer2014-09-181-1/+1
* test: move assert_button_event to litest properPeter Hutterer2014-09-181-0/+21
* test: add litest_add_device()Peter Hutterer2014-09-181-0/+12
* test: avoid erroneous devices to be passed into the test suitesPeter Hutterer2014-09-181-0/+5
* test: print strerror() if uinput device creation failsPeter Hutterer2014-09-171-1/+5
* test: use the evironment variable for check's verbosityPeter Hutterer2014-09-011-1/+1
* test: fix infinite loop in litest_wait_for_event_of_type()Peter Hutterer2014-09-011-0/+1
* test: add a generic single-touch devicePeter Hutterer2014-08-261-0/+2
* test: add helpers to wait for specific eventsPeter Hutterer2014-08-261-0/+46
* test: Don't fail when events are enabled multiple timesJonas Ådahl2014-08-181-2/+0
* test: Remove test device from context when deletingJonas Ådahl2014-08-181-0/+1
* test: Use only one test device for some udev and path testsJonas Ådahl2014-08-181-10/+35
* test: add a semi-mt Alps test devicePeter Hutterer2014-08-041-7/+10
* test: auto-update for BTN_TOOL_* when using litest_touch_ functionsPeter Hutterer2014-07-231-0/+19
* style fix: Remove duplicate empty linesPeter Hutterer2014-07-221-3/+0
* test: set the abs resolution after creating the devicePeter Hutterer2014-07-211-2/+30
* test: widen litest to use doubles for scaled variablesPeter Hutterer2014-07-211-6/+9
* test: Assert libevdev_uinput_write_event() call was successfulJonas Ådahl2014-07-151-1/+2
* test: fix compiler warnings for comparison int vs unsigned intPeter Hutterer2014-07-031-2/+2
* test: Prefix litest created device names with litestHans de Goede2014-06-251-1/+3
* Merge branch 'ref-counting-context'Peter Hutterer2014-06-251-1/+1
|\
| * Make context reference countedJonas Ådahl2014-06-251-1/+1
* | Change the logging system to be per-contextPeter Hutterer2014-06-231-4/+9
* | test: move the interface declaration upPeter Hutterer2014-06-231-18/+17
|/
* test: Add description for the T440 synaptics touchpadPeter Hutterer2014-06-121-0/+2
* test: add litest_assert_empty_queue helper functionPeter Hutterer2014-06-121-0/+61
* test: add --verbose flag to litestsPeter Hutterer2014-06-101-0/+23
* test: fix compiler warning for is_debugger_attachedPeter Hutterer2014-06-101-1/+2
* Add our own version of linux/input.hPeter Hutterer2014-06-041-1/+1
* test: Test seat wide button and key count helpersJonas Ådahl2014-04-231-0/+6
* test: Add ability to add test devices to existing libinput contextJonas Ådahl2014-04-231-9/+36
* test: Fix test device type validity checkJonas Ådahl2014-04-231-1/+1
* test: Fix name of litest_button_click() definitionJonas Ådahl2014-04-091-1/+1
* test: Use generic test device API in touch_abs_transform testJonas Ådahl2014-04-081-2/+0
* test: allow partial overriding the test devicesPeter Hutterer2014-04-081-21/+137
* test: allow for description-based test devicesPeter Hutterer2014-04-081-18/+117
* test: if no teardown func is set, use the defaultPeter Hutterer2014-04-081-1/+2
* test: add litest helper functions for creating uinput devicesPeter Hutterer2014-04-081-0/+88