summaryrefslogtreecommitdiff
path: root/test/test-misc.c
AgeCommit message (Expand)AuthorFilesLines
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