libevdev/test
Peter Hutterer 55d67a340b Drop per-device logging function, use per-library one instead
There's no need to have separate logging function for each device created.
More likely, libevdev will be hooked up once into the logging system and
expected to deal with it.

Plus, this allows us to log from the uinput code where we don't
have the context anyway.

Requires a rename to libevdev_set_log_function to avoid ABI breaks, and
while we're breaking the ABI make the logging function more sophisticated
to log line, number, etc.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
2013-09-03 16:58:54 +10:00
..
.gitignore Set up a test harness 2013-06-04 11:39:33 +10:00
Makefile.am test: add uinput creation tests 2013-08-29 13:54:49 +10:00
test-common-uinput.c Use ENOMEM instead of ENOSPC 2013-08-31 12:27:23 +10:00
test-common-uinput.h test: switch udev backend over to new libevdev-uinput bits 2013-08-29 13:54:49 +10:00
test-common.c test: define a common device name 2013-07-05 09:11:34 +10:00
test-common.h test: define a common device name 2013-07-05 09:11:34 +10:00
test-event-names.c Fix off-by-one errors when dealing with *_MAX values. 2013-08-30 17:40:54 +10:00
test-int-queue.c Use ENOMEM instead of ENOSPC 2013-08-31 12:27:23 +10:00
test-libevdev-events.c test: update to test for the various _MAX values 2013-08-31 09:40:41 +10:00
test-libevdev-has-event.c Fix off-by-one errors when dealing with *_MAX values. 2013-08-30 17:40:54 +10:00
test-libevdev-init.c Drop per-device logging function, use per-library one instead 2013-09-03 16:58:54 +10:00
test-main.c test: add uinput creation tests 2013-08-29 13:54:49 +10:00
test-uinput.c test: update to test for the various _MAX values 2013-08-31 09:40:41 +10:00