glsl: automake: export abs_builddir for the tests
authorEmil Velikov <emil.velikov@collabora.com>
Sun, 26 Feb 2017 22:39:26 +0000 (22:39 +0000)
committerEmil 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

index d6b034e..179f415 100644 (file)
@@ -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);