mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 00:10:25 +01:00
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:
parent
841f0d2c58
commit
1d93fa7be4
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue