test: add basic link test
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 12 Dec 2013 03:13:54 +0000 (13:13 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 12 Dec 2013 03:19:52 +0000 (13:19 +1000)
commite947fdc4c7afbe8789e166c5022c4d6f443293c1
treefdc9ad50bf6ca2f2da4800aabe4641ee3ffeb86f
parent2487950f65937e7bb9b767b84b008da2a16e70ac
test: add basic link test

This test doesn't do anything but compile and link against libevdev. It's a
simple protection to avoid linker errors. If we ever have libs we depend on
and they don't get resolved properly, this test should warn us in time.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/.gitignore
test/Makefile.am
test/test-link.c [new file with mode: 0644]