From: Emil Velikov Date: Sun, 26 Feb 2017 22:39:26 +0000 (+0000) Subject: glsl: automake: export abs_builddir for the tests X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d93fa7be4223e56eeae8f56ff358d264b540d9f;p=mesa.git glsl: automake: export abs_builddir for the tests We're going to use them with the next commits to determine where to put the generated tests and/or built binaries. Signed-off-by: Emil Velikov Acked-by: Kenneth Graunke Reviewed-by: Eric Engestrom --- diff --git a/src/compiler/Makefile.glsl.am b/src/compiler/Makefile.glsl.am index d6b034ee6cc..179f415fe6f 100644 --- a/src/compiler/Makefile.glsl.am +++ b/src/compiler/Makefile.glsl.am @@ -41,6 +41,7 @@ TESTS += glsl/glcpp/tests/glcpp-test.sh \ glsl/tests/warnings-test.sh TESTS_ENVIRONMENT= \ + export abs_builddir=$(abs_builddir); \ export PYTHON2=$(PYTHON2); \ export PYTHON_FLAGS=$(PYTHON_FLAGS);