mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
wayland-egl: Pass nm path to check script
A previous patch used $NM as an environment variable, but this was only
set as a make variable. Make sure it is passed through from make to the
environment we use to run tests.
v2: Quote argument when passing to shell.
Signed-off-by: Daniel Stone <daniels@collabora.com>
Reported-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Fixes: 6903e4d539 ("wayland-egl: use correct `nm` path when cross-compiling")
Cc: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
5f5945b71b
commit
2031bcf5da
1 changed files with 1 additions and 0 deletions
|
|
@ -198,6 +198,7 @@ AM_TESTS_ENVIRONMENT = \
|
|||
TEST_OUTPUT_DIR='$(top_builddir)/tests/output' \
|
||||
WAYLAND_EGL_LIB='$(top_builddir)/.libs/libwayland-egl.so' \
|
||||
SED=$(SED) \
|
||||
NM='$(NM)' \
|
||||
;
|
||||
|
||||
TESTS = $(built_test_programs) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue