glsl/tests/glcpp: reinstate "error out if no tests found"
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 24 Apr 2018 17:49:22 +0000 (18:49 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 21 Jun 2018 11:09:39 +0000 (12:09 +0100)
commitd589eddc8be5240632d42ae1931b0b6a82ff524c
tree25351f3d3a5c88c798dd049467677debbd75d620
parenta2f5292c82ad07731d633b36a663e46adc181db9
glsl/tests/glcpp: reinstate "error out if no tests found"

With the recent rework of converting the shell script to a python one
the check for actual tests was dropped.

Bring that back, since it was explicitly added considering we had a ~2
year period, during which the tests were not run.

v2: use raise Exception() over  print() & return false (Dylan)

Fixes: db8cd8e36771 ("glcpp/tests: Convert shell scripts to a python
script")
Cc: Dylan Baker <dylan@pnwbakers.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/compiler/glsl/glcpp/tests/glcpp_test.py