Don't try to build linux-specific tests on non-linux
authorRan Benita <ran234@gmail.com>
Sat, 2 Mar 2013 17:01:18 +0000 (19:01 +0200)
committerDaniel Stone <daniel@fooishbar.org>
Mon, 18 Mar 2013 22:20:04 +0000 (22:20 +0000)
commit79329e1022446cb8d13d12ca856951563b169668
treec061027cd73549e6076af37e962c4da5a5df1299
parent14842d6dc911db0a30afff8c75a89d34390de2e9
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>
Makefile.am
configure.ac
test/bench-key-proc.c