diff options
author | Ran Benita <ran234@gmail.com> | 2013-03-02 19:01:18 +0200 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2013-03-18 22:20:04 +0000 |
commit | 79329e1022446cb8d13d12ca856951563b169668 (patch) | |
tree | c061027cd73549e6076af37e962c4da5a5df1299 /test | |
parent | 14842d6dc911db0a30afff8c75a89d34390de2e9 (diff) |
Don't try to build linux-specific tests on non-linux
Some tests use linux/input.h (and epoll), but we're building on some
other kernels (e.g. debian freebsd). We could just copy the file but
it's GPL. We could also skip the tests (exit code 77) but it doesn't
really matter.
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/bench-key-proc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/bench-key-proc.c b/test/bench-key-proc.c index 1144048..241c217 100644 --- a/test/bench-key-proc.c +++ b/test/bench-key-proc.c @@ -23,7 +23,6 @@ #include <stdlib.h> #include <time.h> -#include <linux/input.h> #include "test.h" |