diff options
author | Ran Benita <ran234@gmail.com> | 2012-04-08 02:20:39 +0300 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2012-07-28 11:43:15 +0200 |
commit | 4c21275301c453757196d9aa74c00861c0d0d54f (patch) | |
tree | 737e19c6eead097930a246fa12713e37d51e5b1f /test/.gitignore | |
parent | 41d9afc5560e8770f19d009eb76854b0345e580b (diff) |
Add an interactive evdev test
The program reads key events from evdev input devices, puts them through
the library and prints some information about them. It's nice for
experimenting, quick testing and trying to break it with random stuff
(already found some!).
It is called "interactive" for lack of a better name. It's a bit
hackish, but can easily be extended, made more portable etc, in the
future.
Signed-off-by: Ran Benita <ran234@gmail.com>
Conflicts:
Makefile.am
test/.gitignore
Diffstat (limited to 'test/.gitignore')
-rw-r--r-- | test/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore index 580c92f..a5afc6a 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -12,3 +12,4 @@ stringcomp dump keyseq log +interactive |