glsl/glcpp/tests: reinstate srcdir/abs_builddir blurb
Bring back the "detection" of the said variables, to allow
standalone execution.
Fixes: db8cd8e367
("glcpp/tests: Convert shell scripts to a python
script")
Cc: Dylan Baker <dylan@pnwbakers.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:

committed by
Emil Velikov

parent
87cebace54
commit
a2f5292c82
@@ -1,3 +1,16 @@
|
||||
#!/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
|
||||
|
||||
$PYTHON2 $srcdir/glsl/glcpp/tests/glcpp_test.py $abs_builddir/glsl/glcpp/glcpp $srcdir/glsl/glcpp/tests --unix --windows --oldmac --bizarro
|
||||
|
Reference in New Issue
Block a user