tests: add test for the input subsystem
authorRan Benita <ran234@gmail.com>
Tue, 13 Dec 2011 12:10:01 +0000 (14:10 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 31 Dec 2011 11:33:36 +0000 (12:33 +0100)
commit7a5f5091f6c8603bba0944e4b52eecf41133189c
tree8729e66964c3e8edfe899cb377667c5e157cee67
parent0799fbb4bec8ebb7a04cd0de6aac7684dbcc2981
tests: add test for the input subsystem

It should:
- Capture your keypresses
- Announce when a device is added or removed (with --enable-debug)
- stop/start capturing on SIGQUIT (Ctrl-\)

Signed-off-by: Ran Benita <ran234@gmail.com>
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Makefile.am
tests/test_input.c [new file with mode: 0644]