From 2031bcf5daef57d1693b5e808fac2bb90affe5cb Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Mon, 19 Mar 2018 12:20:54 +0000 Subject: 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 Reported-by: Pekka Paalanen Fixes: 6903e4d53925 ("wayland-egl: use correct `nm` path when cross-compiling") Cc: Emil Velikov Reviewed-by: Quentin Glidic --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 6f59c36..741db5e 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) \ -- cgit v1.2.3-70-g09d2