summaryrefslogtreecommitdiff
path: root/test/test-path.c
Commit message (Expand)AuthorAgeFilesLines
* replace strncmp with strneq for safety-checkweizhixiang2021-03-081-1/+1
* test: drop the custom group namesPeter Hutterer2021-02-121-26/+26
* test: use litest_destroy_context() for test-suite contextsPeter Hutterer2020-07-071-2/+2
* test: fix a scan-build warning (value set but not read)Peter Hutterer2020-03-221-3/+1
* test: replace != NULL checks with ck_assert_notnullPeter Hutterer2019-02-151-34/+35
* path: limit path device nodes to PATH_MAX charactersPeter Hutterer2019-02-111-0/+33
* test: move all the _setup() functions into a special sectionPeter Hutterer2018-03-231-2/+1
* Add support for LIBINPUT_IGNORE_DEVICEPeter Hutterer2017-08-231-0/+22
* Add safe_strdup()Peter Hutterer2017-07-121-2/+3
* Fix a few things scan-build complains aboutPeter Hutterer2017-07-101-2/+1
* test: localise the open/close function counter in the path testsPeter Hutterer2017-06-091-68/+69
* test: don't leak test warnings to stdoutPeter Hutterer2017-06-021-0/+14
* test: add a test to force a destroy for the path backendPeter Hutterer2017-01-201-0/+19
* test: add test for invalid udev_assign_seat on path contextPeter Hutterer2017-01-201-0/+14
* test: simplify some checks in the path testPeter Hutterer2017-01-171-87/+65
* test: prefix all test source files with "test-"Peter Hutterer2017-01-161-0/+964