mesa-drm/tests
Peter Seiderer 1e111dba36 tests/meson.build: disable nouveau tests for static build
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
Notes:

  - the existing test/check for static build in meson.build does not
    catch this case because e.g. the buildroot toolchain
    br-arm-full-static-2019.05.1 provides an empty libdl.a

  169 # Among others FreeBSD does not have a separate dl library.
  170 if not cc.has_function('dlsym')
  171   dep_dl = cc.find_library('dl', required : with_nouveau)
  172 else
  173   dep_dl = []
  174 endif

Changes v1 -> v2:

  - re-based on master
  - re-opened new merge request as original one !29 was closed/patch was
    squased into merge request !28 which was declined, but similar/same
    was merged later with !139 (commit 52f05d3d), so re-send this remaining
    fix as new merge request
2021-04-12 22:27:17 +02:00
..
amdgpu tests/amdgpu: update gfx9 BufferCopy/BufferClear 2021-04-09 15:11:08 +08:00
etnaviv tests/etnaviv_2d_test: check whether the rendering is correct 2020-12-09 16:00:51 +01:00
exynos Revert "Revert "libdrm: remove autotools support"" 2019-10-18 18:05:45 +01:00
kms tests: Only copy con->modes[0] if it exists 2020-02-27 12:21:09 +01:00
kmstest Revert "Revert "libdrm: remove autotools support"" 2019-10-18 18:05:45 +01:00
modeprint Revert "Revert "libdrm: remove autotools support"" 2019-10-18 18:05:45 +01:00
modetest tests/modetest: remove bracket in dump_connectors() 2020-12-11 16:35:20 +00:00
nouveau tests/nouveau/threaded: adapt ioctl signature for FreeBSD 2020-04-21 19:26:54 +02:00
proptest Revert "Revert "libdrm: remove autotools support"" 2019-10-18 18:05:45 +01:00
radeon Revert "Revert "libdrm: remove autotools support"" 2019-10-18 18:05:45 +01:00
tegra Revert "Revert "libdrm: remove autotools support"" 2019-10-18 18:05:45 +01:00
ttmtest fix various typos 2019-04-17 18:23:25 +01:00
util Avoid some compiler errors for tests/util/pattern.c 2021-02-10 21:14:47 +00:00
vbltest meson: always define whether headers exist 2020-01-23 17:00:12 +00:00
Android.mk android: simplify the including rule of subdirs 2015-03-20 17:07:21 +00:00
drmdevice.c tests: skip drmdevice test if the machine doesn't have any drm device 2018-11-11 18:39:57 +00:00
drmsl.c drmsltest: Check expected neighbours 2017-08-21 13:05:13 +01:00
hash.c tests/hash: return non-zero on failure 2015-04-05 15:33:06 +01:00
meson.build tests/meson.build: disable nouveau tests for static build 2021-04-12 22:27:17 +02:00