libevdev/test
Peter Hutterer 53abcb64d5 test: don't set the abs value when initializing an uinput device
The helper function uses abs.value for the axis code (to save a parameter).
Reset that to 0 before we write to the device

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-07-05 09:11:34 +10:00
..
.gitignore Set up a test harness 2013-06-04 11:39:33 +10:00
Makefile.am test: move device creation into a shared function 2013-06-29 18:19:42 +10:00
test-common-uinput.c test: write resolution for uinput devices after creating the device 2013-07-05 09:11:31 +10:00
test-common-uinput.h test: fix parameter name for uinput_device_set_abs_bit 2013-07-01 08:54:39 +10:00
test-common.c test: don't set the abs value when initializing an uinput device 2013-07-05 09:11:34 +10:00
test-common.h test: add new helper function for absolute events 2013-07-01 13:12:20 +10:00
test-event-names.c test: add test for event values (type and code) 2013-07-04 11:11:51 +10:00
test-int-queue.c test: prepare a common header file for all tests 2013-06-29 18:00:42 +10:00
test-libevdev-events.c test: add a few sync test cases for incomplete syncs 2013-07-02 14:02:58 +10:00
test-libevdev-has-event.c test: fix up the tests to test for resolution now too 2013-07-05 09:11:34 +10:00
test-libevdev-init.c test: use new convenience function for uinput device creation 2013-06-29 18:19:50 +10:00
test-main.c test: add test for event polling and SYN_DROPPED handling 2013-06-27 13:32:38 +10:00