diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2017-02-22 15:53:21 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2017-03-10 14:12:45 +0000 |
commit | 7473fcd40b5d105eac9592dabc88f8757555cfc9 (patch) | |
tree | 5482d9621e47acaa2f1e161d8b8040d38c63f8f2 /src/compiler/Makefile.glsl.am | |
parent | 32d153c428cbb70aa4639f5a95689a7bb5c9d152 (diff) | |
download | mesa-7473fcd40b5d105eac9592dabc88f8757555cfc9.tar.gz mesa-7473fcd40b5d105eac9592dabc88f8757555cfc9.tar.bz2 mesa-7473fcd40b5d105eac9592dabc88f8757555cfc9.zip |
glsl/tests: suffix .sh/.py files as applicable
This makes it easier/clearer as to:
- if the file should have the execute bit set (.py should not)
- do we need the shebang in the first place and if so what it should be
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Diffstat (limited to 'src/compiler/Makefile.glsl.am')
-rw-r--r-- | src/compiler/Makefile.glsl.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/compiler/Makefile.glsl.am b/src/compiler/Makefile.glsl.am index 41edb3cf4d9..f7be5ebce9d 100644 --- a/src/compiler/Makefile.glsl.am +++ b/src/compiler/Makefile.glsl.am @@ -30,15 +30,15 @@ EXTRA_DIST += glsl/tests glsl/glcpp/tests glsl/README \ glsl/glcpp/glcpp-parse.y \ SConscript.glsl -TESTS += glsl/glcpp/tests/glcpp-test \ - glsl/glcpp/tests/glcpp-test-cr-lf \ +TESTS += glsl/glcpp/tests/glcpp-test.sh \ + glsl/glcpp/tests/glcpp-test-cr-lf.sh \ glsl/tests/blob-test \ glsl/tests/cache-test \ glsl/tests/general-ir-test \ - glsl/tests/optimization-test \ + glsl/tests/optimization-test.sh \ glsl/tests/sampler-types-test \ glsl/tests/uniform-initializer-test \ - glsl/tests/warnings-test + glsl/tests/warnings-test.sh TESTS_ENVIRONMENT= \ export PYTHON2=$(PYTHON2); \ |