[PATCH wayland 1/2] wayland-egl: Pass nm path to check script
Quentin Glidic
sardemff7+wayland at sardemff7.net
Mon Mar 19 13:03:05 UTC 2018
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 <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>
Straightforward:
Reviewed-by: Quentin Glidic <sardemff7+git at 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
More information about the wayland-devel
mailing list