test: make most tests portable by copying linux/input.h locally
authorRan Benita <ran234@gmail.com>
Sat, 6 Sep 2014 08:29:15 +0000 (11:29 +0300)
committerRan Benita <ran234@gmail.com>
Sat, 6 Sep 2014 08:29:15 +0000 (11:29 +0300)
commitba9856290977a07f6c81d7fecd3a3df12717594e
treefff36d4e9127e382e82d902def5b810e3e6ec5f0
parente95fb475ebd203b030f17ddf9c55e487d3c929a0
test: make most tests portable by copying linux/input.h locally

There is really no reason to deny these tests from different platforms
only for a few #defines.

The only linux-only test (or test program, it is not run by make check)
is interactive-evdev, which actually uses evdev.

Signed-off-by: Ran Benita <ran234@gmail.com>
Makefile.am
test/evdev-scancodes.h [new file with mode: 0644]
test/keyseq.c
test/rulescomp.c
test/state.c