[Mesa-dev] [PATCH v2 02/23] glsl: automake: export abs_builddir for the tests

Emil Velikov emil.l.velikov at gmail.com
Fri Mar 17 13:19:28 UTC 2017


From: Emil Velikov <emil.velikov at collabora.com>

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 <emil.velikov at collabora.com>
---
 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 66c82732584..64572785610 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.11.1



More information about the mesa-dev mailing list