summaryrefslogtreecommitdiff
path: root/test/test-utils.c
Commit message (Expand)AuthorAgeFilesLines
* util: use ck_assert_ptr_eq() instead of ck_assert_ptr_null()José Expósito2022-11-141-5/+5
* util: return the number of elements from strv_from_stringYinon Burgansky2022-11-071-24/+33
* AttrLidSwitchReliability quirk default unreliable->reliableAlexander Courtis2022-04-261-2/+3
* evdev: strip the device name of format directivesPeter Hutterer2022-04-201-0/+26
* util: auto-declare the element variable in ARRAY_FOR_EACHPeter Hutterer2022-03-091-4/+53
* touchpad: reduce the jumping cursor warnings to 5 per dayPeter Hutterer2021-09-171-0/+1
* util: add a function to parse bool propertiesJosé Expósito2021-09-121-0/+33
* util-list: restore list_for_each_safe() to be a single statementPeter Hutterer2021-07-221-0/+34
* tools/record: deduplicate the device opening logicPeter Hutterer2021-03-301-0/+39
* utils: add a safe version of basenamePeter Hutterer2021-02-231-0/+31
* utils: add a trunkname() function to extract the trunk of a filenamePeter Hutterer2021-02-121-0/+27
* modify macro streq/strneq for check one null pointerweizhixiang2021-01-181-0/+24
* quirks: add AttrInputPropEnable and DisablePeter Hutterer2020-10-231-0/+47
* utils: add strstartswith() and strendswith() utility functionsPeter Hutterer2020-06-171-0/+50
* evdev: print a human time for ratelimit testsPeter Hutterer2020-03-221-0/+32
* tools: record: drop quotes from os-release informationPeter Hutterer2020-03-211-0/+39
* test: indentation fixPeter Hutterer2020-01-031-1/+1
* test: add the test cases to the suite in the utils testsPeter Hutterer2020-01-031-0/+2
* udev: parse the EVDEV_ABS properties for a potential fuzz settingPeter Hutterer2019-09-111-0/+78
* Split utility functions into separate source filesPeter Hutterer2019-09-111-2/+9
* test: do run the util tests under valgrindPeter Hutterer2019-09-111-6/+0
* Avoid unnecessary VLAsMichael Forney2019-06-151-2/+2
* test: return 77 for skip when we're not running a testPeter Hutterer2019-05-071-1/+1
* test: replace the USING_VALGRIND env with the valgrind.h headerPeter Hutterer2019-05-071-1/+3
* test: split out the unit tests into a separate test suitePeter Hutterer2019-03-141-0/+1083