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 <emil.velikov@collabora.com> Acked-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
committed by
Emil Velikov
parent
841f0d2c58
commit
1d93fa7be4
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user