glcpp/tests: Convert shell scripts to a python script
This ports glcpp-test.sh and glcpp-test-cr-lf.sh to a python script that accepts arguments for each line ending type. This should allow for better reporting to users. v2: - Use $PYTHON2 to be consistent with other tests in mesa Signed-off-by:Dylan Baker <dylan.c.baker@intel.com> Reviewed-by:
Eric Anholt <eric@anholt.net>
- src/compiler/glsl/glcpp/tests/glcpp-test-cr-lf.sh 1 addition, 147 deletionssrc/compiler/glsl/glcpp/tests/glcpp-test-cr-lf.sh
- src/compiler/glsl/glcpp/tests/glcpp-test.sh 1 addition, 120 deletionssrc/compiler/glsl/glcpp/tests/glcpp-test.sh
- src/compiler/glsl/glcpp/tests/glcpp_test.py 221 additions, 0 deletionssrc/compiler/glsl/glcpp/tests/glcpp_test.py