diff options
author | Eric Engestrom <[email protected]> | 2019-07-30 22:05:22 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-07-31 10:16:30 +0100 |
commit | fed6aa2fec31746b20f8c53789f6d2b78197fa4c (patch) | |
tree | 98802ddaaf28147e16fdc1ce61e3b37bc97e685d /src/compiler/glsl/glcpp | |
parent | 53b98b0185ddc37f9e3f29eef5cf8d954ba5ac49 (diff) |
autotools: delete leftover script wrapper
Randomly came across this file, which was likely only used by autotools
to pass arguments to the test.
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/compiler/glsl/glcpp')
-rwxr-xr-x | src/compiler/glsl/glcpp/tests/glcpp-test.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/compiler/glsl/glcpp/tests/glcpp-test.sh b/src/compiler/glsl/glcpp/tests/glcpp-test.sh deleted file mode 100755 index 666a617bfb1..00000000000 --- a/src/compiler/glsl/glcpp/tests/glcpp-test.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -if [ -z "$srcdir" -o -z "$abs_builddir" ]; then - echo "" - echo "Warning: you're invoking the script manually and things may fail." - echo "Attempting to determine/set srcdir and abs_builddir variables." - echo "" - - # Should point to `dirname Makefile.glsl.am` - srcdir=./../../../ - cd `dirname "$0"` - # Should point to `dirname Makefile` equivalent to the above. - abs_builddir=`pwd`/../../../ -fi - -$PYTHON $srcdir/glsl/glcpp/tests/glcpp_test.py $abs_builddir/glsl/glcpp/glcpp $srcdir/glsl/glcpp/tests --unix --windows --oldmac --bizarro |