libevdev/test
Peter Seiderer bc428e0211 Disable test-static-link in case of shared only build.
Fixes the following buildroot compile failure:

libtool: link: [..]/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-gcc -std=gnu99 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -o test-static-link test_static_link-test-link.o  ../libevdev/.libs/libevdev.so -Wl,-rpath -Wl,[...]/build/libevdev-1.4/libevdev/.libs
[...]/arm-buildroot-linux-uclibcgnueabi/bin/ld: attempted static link of dynamic object `../libevdev/.libs/libevdev.so'
collect2: error: ld returned 1 exit status
Makefile:719: recipe for target 'test-static-link' failed

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2015-03-16 08:57:42 +10:00
..
.gitignore Add a test for EVIOCREVOKE 2014-02-26 07:22:04 +10:00
Makefile.am Disable test-static-link in case of shared only build. 2015-03-16 08:57:42 +10:00
test-common-uinput.c test: fix memleak when using the test-uinput device 2014-02-27 11:08:51 +10:00
test-common-uinput.h cosmetic: fix a couple of duplicate/missing empty lines 2015-03-04 08:41:33 +10:00
test-common.c test: abort on unexpected log messages 2014-01-22 09:14:40 +10:00
test-common.h cosmetic: fix a couple of duplicate/missing empty lines 2015-03-04 08:41:33 +10:00
test-compile-pedantic.c test: add a build test for -Wpedantic 2013-11-23 09:00:53 +10:00
test-event-codes.c Add libevdev_property_from_name() 2014-08-20 08:43:15 +10:00
test-event-names.c cosmetic: fix a couple of duplicate/missing empty lines 2015-03-04 08:41:33 +10:00
test-int-queue.c cosmetic: fix a couple of duplicate/missing empty lines 2015-03-04 08:41:33 +10:00
test-kernel.c test: fix EVIOCREVOKE test on non-supporting kernels 2014-08-25 10:28:09 +10:00
test-libevdev-events.c cosmetic: fix a couple of duplicate/missing empty lines 2015-03-04 08:41:33 +10:00
test-libevdev-has-event.c cosmetic: fix a couple of duplicate/missing empty lines 2015-03-04 08:41:33 +10:00
test-libevdev-init.c cosmetic: fix a couple of duplicate/missing empty lines 2015-03-04 08:41:33 +10:00
test-link.c test: add basic link test 2013-12-12 13:19:52 +10:00
test-main.c test: whitespace fixes (newlines) 2014-03-05 19:16:08 +10:00
test-uinput.c test: abort on unexpected log messages 2014-01-22 09:14:40 +10:00
valgrind.suppressions test: ignore any timer_create errors in valgrind 2014-06-12 09:50:22 +10:00