libevdev/test
Niclas Zeising 4194023122 tests: Add FreeBSD specific tests
Add two FreeBSD specific tests:
test_uinput_check_devnode_bsd checks that libevdev_uinput_get_devnode()
returns something sensible.  This is modelled on the Linux test
test_uinput_check_syspath_name, but uses devnode instead of syspath, since
reeBSD doesn't have sysfs.
test_uinput_check_syspath_bsd checks that libevdev_uinput_get_syspath()
always returns NULL.

Signed-off-by: Niclas Zeising <zeising@daemonic.se>
2020-08-14 17:50:56 +02:00
..
.gitignore Add a test for EVIOCREVOKE 2014-02-26 07:22:04 +10:00
generate-gcov-report.sh Don't hardcode /bin/bash 2020-08-13 13:11:33 +02:00
Makefile.am test: change the static symbol leak test to a shell script 2020-02-19 08:34:55 +10:00
test-common-uinput.c config.h is a local include path 2020-02-14 12:03:23 +10:00
test-common-uinput.h config.h is a local include path 2020-02-14 12:03:23 +10:00
test-common.c test: fix a few scan-build errors about dead storage 2020-02-19 13:06:18 +10:00
test-common.h config.h is a local include path 2020-02-14 12:03:23 +10:00
test-compile-pedantic.c test: add a build test for -Wpedantic 2013-11-23 09:00:53 +10:00
test-context.c test: silence warnings about missing field initializers 2020-02-14 12:03:23 +10:00
test-event-codes.c config.h is a local include path 2020-02-14 12:03:23 +10:00
test-event-names.c libevdev: any value less than 0 has a NULL name 2020-07-15 13:36:18 +10:00
test-int-queue.c config.h is a local include path 2020-02-14 12:03:23 +10:00
test-kernel.c config.h is a local include path 2020-02-14 12:03:23 +10:00
test-libevdev-events.c test: remove unreachable switch case 2020-02-19 13:33:32 +10:00
test-libevdev-has-event.c tests: disable force feedback events on FreeBSD 2020-08-14 17:50:56 +02:00
test-libevdev-init.c tests: Use CLOCK_MONOTONIC_FAST on FreeBSD 2020-08-14 17:50:56 +02:00
test-link.c test: add basic link test 2013-12-12 13:19:52 +10:00
test-main.c tests: Disable attach debugger on FreeBSD 2020-08-14 17:50:56 +02:00
test-static-symbols-leak.sh Don't hardcode /bin/bash 2020-08-13 13:11:33 +02:00
test-uinput.c tests: Add FreeBSD specific tests 2020-08-14 17:50:56 +02:00
valgrind.suppressions meson.build: hook up the static symbols leak test 2020-02-19 08:34:55 +10:00