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