projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
841f0d2
)
glsl: automake: export abs_builddir for the tests
author
Emil Velikov
<emil.velikov@collabora.com>
Sun, 26 Feb 2017 22:39:26 +0000
(22:39 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Tue, 28 Mar 2017 14:31:22 +0000
(15:31 +0100)
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>
src/compiler/Makefile.glsl.am
patch
|
blob
|
history
diff --git
a/src/compiler/Makefile.glsl.am
b/src/compiler/Makefile.glsl.am
index
d6b034e
..
179f415
100644
(file)
--- 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);