diff options
author | Emil Velikov <[email protected]> | 2017-02-22 15:53:21 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-10 14:12:45 +0000 |
commit | 7473fcd40b5d105eac9592dabc88f8757555cfc9 (patch) | |
tree | 5482d9621e47acaa2f1e161d8b8040d38c63f8f2 /src/compiler/glsl/glcpp | |
parent | 32d153c428cbb70aa4639f5a95689a7bb5c9d152 (diff) |
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 <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/compiler/glsl/glcpp')
-rwxr-xr-x | src/compiler/glsl/glcpp/tests/glcpp-test-cr-lf.sh (renamed from src/compiler/glsl/glcpp/tests/glcpp-test-cr-lf) | 4 | ||||
-rwxr-xr-x | src/compiler/glsl/glcpp/tests/glcpp-test.sh (renamed from src/compiler/glsl/glcpp/tests/glcpp-test) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/glsl/glcpp/tests/glcpp-test-cr-lf b/src/compiler/glsl/glcpp/tests/glcpp-test-cr-lf.sh index c75370f48c3..c0ed9e04bc6 100755 --- a/src/compiler/glsl/glcpp/tests/glcpp-test-cr-lf +++ b/src/compiler/glsl/glcpp/tests/glcpp-test-cr-lf.sh @@ -7,10 +7,10 @@ if [ ! -z "$srcdir" ]; then testdir="$srcdir/glsl/glcpp/tests" - glcpp_test="$srcdir/glsl/glcpp/tests/glcpp-test" + glcpp_test="$srcdir/glsl/glcpp/tests/glcpp-test.sh" else testdir=. - glcpp_test=./glcpp-test + glcpp_test=./glcpp-test.sh fi total=0 diff --git a/src/compiler/glsl/glcpp/tests/glcpp-test b/src/compiler/glsl/glcpp/tests/glcpp-test.sh index 3945ee4f6ce..3945ee4f6ce 100755 --- a/src/compiler/glsl/glcpp/tests/glcpp-test +++ b/src/compiler/glsl/glcpp/tests/glcpp-test.sh |