mesa-drm/tests
Tomasz Figa 8ef7e5b702 tests: Use -pthread in CFLAGS instead of -lpthread
-lpthread is not always a valid flag to pull pthread support, especially
on Android it will fail to link due to a missing libpthread.so. The more
generic way to build-in pthread support is to use the -pthread CFLAG, so
let's use it instead.

Signed-off-by: Tomasz Figa <tfiga@chromium.org>
[Emil Velikov: rebase on top of previous commit]
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2017-01-27 16:18:02 +00:00
..
amdgpu amdgpu: Provide more specific error message if non-privileged user runs amdgpu_test 2017-01-13 10:35:43 -05:00
etnaviv libdrm: add etnaviv tests 2016-09-17 15:05:33 +02:00
exynos tests: Use -pthread in CFLAGS instead of -lpthread 2017-01-27 16:18:02 +00:00
kms tests: kms: fix shadowed declaration warning 2016-11-22 13:54:31 +00:00
kmstest tests/kmstest: inverse the order of LDADD libraries 2016-01-27 23:12:09 +00:00
modeprint tests: Split helpers into library 2015-12-18 17:43:40 +00:00
modetest tests: Use -pthread in CFLAGS instead of -lpthread 2017-01-27 16:18:02 +00:00
nouveau tests: Use -pthread in CFLAGS instead of -lpthread 2017-01-27 16:18:02 +00:00
proptest android: introduce Android.common.mk to reduce boilerplate 2017-01-27 15:48:16 +00:00
radeon drm: consolidate common list implementations (v2) 2015-08-05 13:47:48 -04:00
tegra autotools: add WARN_CFLAGS to all targets 2015-02-27 15:51:24 +00:00
ttmtest Purge macro NEED_REPLIES 2010-07-01 13:12:55 -06:00
util android: introduce Android.common.mk to reduce boilerplate 2017-01-27 15:48:16 +00:00
vbltest tests: Include poll.h rather than sys/poll.h 2016-01-26 21:50:17 +00:00
Android.mk android: simplify the including rule of subdirs 2015-03-20 17:07:21 +00:00
drmdevice.c tests/drmdevice: Add USB, platform and host1x support 2017-01-20 16:27:33 +01:00
drmsl.c tests/drmsl: Extract tests out of xf86drmSL.c 2015-04-04 13:48:54 -04:00
drmstat.c drm: use c99 __func__ over __FUNCTION__ 2015-04-28 11:21:02 +01:00
hash.c tests/hash: return non-zero on failure 2015-04-05 15:33:06 +01:00
Makefile.am tests: automake: reorder makefile contents 2016-12-05 17:24:32 +00:00
random.c tests/random: return non-zero on test failure 2015-04-05 15:33:33 +01:00