From 1d93fa7be4223e56eeae8f56ff358d264b540d9f Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 26 Feb 2017 22:39:26 +0000 Subject: [PATCH] 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 --- src/compiler/Makefile.glsl.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/Makefile.glsl.am b/src/compiler/Makefile.glsl.am index d6b034e..179f415 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); -- 2.7.4