From: Daniel Stone Date: Mon, 19 Mar 2018 12:20:54 +0000 (+0000) Subject: wayland-egl: Pass nm path to check script X-Git-Tag: 1.14.92~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2031bcf5daef57d1693b5e808fac2bb90affe5cb;p=platform%2Fupstream%2Fwayland.git 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 --- 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) \