summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: Get the print mode from the CK_VERBOSITY environment variableEnric Balletbo i Serra2023-04-191-1/+1
* test: drop the valgrind make check wrappers from autotoolsPeter Hutterer2023-01-041-14/+1
* Fix a few whitespace/coding style issuesPeter Hutterer2022-07-111-1/+2
* Change to the (always intended) MIT licensePeter Hutterer2021-01-2514-252/+14
* Add libevdev_disable_propertyScott Jann2020-10-191-0/+7
* include: sync event codes with kernel 5.8Peter Hutterer2020-09-111-1/+1
* tests: Add FreeBSD specific testsNiclas Zeising2020-08-141-0/+94
* tests: Disable attach debugger on FreeBSDNiclas Zeising2020-08-141-3/+8
* tests: disable force feedback events on FreeBSDNiclas Zeising2020-08-141-0/+8
* tests: Use CLOCK_MONOTONIC_FAST on FreeBSDNiclas Zeising2020-08-141-1/+8
* Don't hardcode /bin/bashNiclas Zeising2020-08-132-2/+4
* libevdev: any value less than 0 has a NULL namePeter Hutterer2020-07-151-0/+1
* test: remove unreachable switch casePeter Hutterer2020-02-191-3/+0
* test: add missing check for tripletapPeter Hutterer2020-02-191-4/+7
* test: fix a few scan-build errors about dead storagePeter Hutterer2020-02-192-2/+3
* Update the BTN_TOOL bits correctly during SYN_DROPPED handlingPeter Hutterer2020-02-191-0/+202
* meson.build: hook up the static symbols leak testPeter Hutterer2020-02-192-0/+9
* test: change the static symbol leak test to a shell scriptPeter Hutterer2020-02-192-18/+23
* test: always ship with the helper filesPeter Hutterer2020-02-181-2/+2
* test: silence warnings about missing field initializersPeter Hutterer2020-02-143-33/+49
* test: fix two signed vs unsigned warningsPeter Hutterer2020-02-141-2/+2
* config.h is a local include pathPeter Hutterer2020-02-1414-14/+14
* test: slightly modernize some of the testsPeter Hutterer2020-02-111-387/+277
* test: provide a function to print an eventPeter Hutterer2020-02-111-0/+20
* test: split the tests into one test case eachPeter Hutterer2020-02-119-214/+152
* test: wrap the event checks into a macroPeter Hutterer2020-02-112-116/+51
* test: add mangle_path to the excluded symbols leak listPeter Hutterer2020-02-061-0/+1
* test: replace the SW_LID tests with SW_HEADPHONE_INSERTPeter Hutterer2019-11-181-7/+7
* Initialize the slots correctly when enabling ABS_MT_SLOTPeter Hutterer2019-06-182-0/+178
* Add a code-based name lookup functionPeter Hutterer2019-03-211-0/+96
* Don't read events unless requiredPeter Hutterer2019-03-192-118/+17
* include: sync event codes with kernel 4.19Peter Hutterer2018-10-221-2/+1
* Add libevdev_event_value_get_name() to resolve ABS_MT_TOOL_TYPE valuesPeter Hutterer2018-07-092-0/+61
* Resolve the names "SW_MAX" and friendsPeter Hutterer2018-07-091-0/+16
* test: add a test timeout multiplier for valgrindPeter Hutterer2018-07-091-1/+1
* configure.ac: remove --disable-test-runPeter Hutterer2018-06-291-2/+0
* test: add LIBEVDEV_SKIP_ROOT_TESTS environment variable checkPeter Hutterer2018-06-291-0/+2
* test: move the kernel test to the same infrastructurePeter Hutterer2018-06-152-20/+6
* test: check for the device nodes to exist before testingPeter Hutterer2018-06-151-0/+27
* test: split some non-root tests into separate binariesPeter Hutterer2018-06-151-5/+29
* test: sort-of autodetect whether we need root privilegesPeter Hutterer2018-06-156-9/+22
* test: automate test suite handlingPeter Hutterer2018-06-159-30/+29
* test: rename some tests for less ambiguityPeter Hutterer2018-06-151-9/+9
* Update struct input_eventDeepa Dinamani2018-04-121-10/+10
* test: skip tests when we're not rootPeter Hutterer2018-02-262-0/+10
* Blacklist SW_MAX so it doesn't shadow SW_PEN_INSERTEDPeter Hutterer2018-02-262-2/+3
* Blacklist REP_MAX so it doesn't shadow REP_PERIODPeter Hutterer2018-02-261-0/+10
* test: add --no-install flag to be able to debug directlyPeter Hutterer2017-12-131-0/+1
* When changing the fd, reset our grab state to ungrabbedPeter Hutterer2017-12-131-0/+88
* test: remove test for ULONG_MAX queue allocationPeter Hutterer2017-05-091-3/+0