On 3/19/18 1:31 PM, Daniel Stone wrote:
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 <dani...@collabora.com>
Reported-by: Pekka Paalanen <pekka.paala...@collabora.co.uk>
Fixes: 6903e4d53925 ("wayland-egl: use correct `nm` path when cross-compiling")
Cc: Emil Velikov <emil.veli...@collabora.com>

Straightforward:
Reviewed-by: Quentin Glidic <sardemff7+...@sardemff7.net>

Thanks,

---
  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) \



--

Quentin “Sardem FF7” Glidic
_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to