summaryrefslogtreecommitdiff
path: root/test/test-misc.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-14test: split out the unit tests into a separate test suitePeter Hutterer1-1020/+0
2019-03-14test: split the library version test outPeter Hutterer1-23/+0
2019-02-04test: up the ratelimit tests to 1000msPeter Hutterer1-4/+4
2018-11-05test: fix a clang warningPeter Hutterer1-1/+1
2018-10-29quirks: add the ability to disable custom event codes/typesPeter Hutterer1-0/+76
2018-10-22test: move the custom parser test structs into the functionsPeter Hutterer1-61/+45
2018-09-14test: drop a condition from the safe_atou testPeter Hutterer1-1/+0
2018-08-13util: tighten safe_atod parsing to only parse 'normal' numbersPeter Hutterer1-5/+4
2018-08-13util: fail property parsing if the dimensions are 0Peter Hutterer1-2/+2
2018-08-02util: remove now-unused helper functionsPeter Hutterer1-58/+0
2018-07-19Add versionsort testGreg V1-0/+18
2018-07-05test: misc: up the time limit on the ratelimit testsPeter Hutterer1-4/+4
2018-06-26test: add a libinput-test runner for 'deviceless' testsPeter Hutterer1-28/+28
2018-06-11Merge branch 'wip/config-files'Peter Hutterer1-0/+179
2018-06-11util: add null string test handling to strv_joinPeter Hutterer1-0/+3
2018-06-08util: add a safe_atou() as unsigned equivalent to safe_atoi()Peter Hutterer1-0/+115
2018-06-08util: add a list_append()Peter Hutterer1-0/+64
2018-05-03test: don't use ck_assert_ptr_nullPeter Hutterer1-1/+1
2018-05-03util: add a strv_join() helper functionPeter Hutterer1-0/+38
2018-05-02Merge branch 'wip/custom-pointer-acceleration-function-v2'Peter Hutterer1-0/+53
2018-04-30util: allow for palm pressure > 255Peter Hutterer1-2/+1
2018-04-26util: add a helper function to split a key-value pair stringPeter Hutterer1-0/+53
2018-03-23test: move all the _setup() functions into a special sectionPeter Hutterer1-2/+1
2017-12-01Include stdarg.h where variadic functions are usedGreg V1-0/+1
2017-11-20test: restore the non-debounced litest_button_click()Peter Hutterer1-3/+3
2017-11-20test: replace litest_button_click with a debounced versionPeter Hutterer1-3/+3
2017-09-21timer: flush the timer funcs if our events come in latePeter Hutterer1-0/+73
2017-09-07util: add a safe_atoi_base() functionPeter Hutterer1-0/+73
2017-09-04test: make the lid action helper function a generic switch action helperPeter Hutterer1-2/+6
2017-07-11util: rename the pressure range parser to a more generic range_parserPeter Hutterer1-6/+6
2017-07-10timer: add a timer name to each timerPeter Hutterer1-0/+38
2017-07-03touchpad: add pressure-base palm detectionPeter Hutterer1-0/+29
2017-06-02test: don't leak test warnings to stdoutPeter Hutterer1-12/+2
2017-04-26touchpad: move the pressure range to a hwdb entryPeter Hutterer1-0/+43
2017-02-09evdev: split calibration property parsing into a helperPeter Hutterer1-0/+55
2017-01-26switch: only sync the initial state if we know the state is reliablePeter Hutterer1-0/+40
2017-01-26test: add tests for lid switchJames Ye1-0/+50
2017-01-20util: make all property parsing helpers ignore NULL stringsPeter Hutterer1-0/+12
2017-01-16test: prefix all test source files with "test-"Peter Hutterer1-0/+1129