[PATCH wayland 1/2] wayland-egl: Pass nm path to check script

Daniel Stone daniels at collabora.com
Mon Mar 19 12:31:15 UTC 2018


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.

Signed-off-by: Daniel Stone <daniels at collabora.com>
Reported-by: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
Fixes: 6903e4d53925 ("wayland-egl: use correct `nm` path when cross-compiling")
Cc: Emil Velikov <emil.velikov at collabora.com>
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index 6f59c369..514468aa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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)			\
-- 
2.16.2



More information about the wayland-devel mailing list