diff options
author | Emil Velikov <[email protected]> | 2017-02-26 22:39:26 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-28 15:31:22 +0100 |
commit | 1d93fa7be4223e56eeae8f56ff358d264b540d9f (patch) | |
tree | 12ae12faf0d88eed7fba84d7bc5a006ecc0be5b7 /src/compiler/Makefile.glsl.am | |
parent | 841f0d2c58d1d6cf373ce3195829d38878142aa0 (diff) |
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 <[email protected]>
Acked-by: Kenneth Graunke <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.glsl.am')
-rw-r--r-- | src/compiler/Makefile.glsl.am | 1 |
1 files changed, 1 insertions, 0 deletions
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); |