glsl/tests: call create_test_cases.py in optimization-test
authorConnor Abbott <cwabbott0@gmail.com>
Wed, 28 May 2014 01:23:04 +0000 (21:23 -0400)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 28 May 2014 22:06:45 +0000 (15:06 -0700)
commita1d8322fbb43e9a6a019c8653b01aff923d68717
treeb2b18039c2a91f024fc39cf8e925c89f44e41ac4
parent6e24111b9c96788d9d2a64d7b1c7292cc99d2c38
glsl/tests: call create_test_cases.py in optimization-test

This way, when someone modifies create_test_cases.py and forgets to
commit their changes again, people will notice.

v2: make sure we parse the right directories and check for existance the
right way.

v3 (Ken): Use $PYTHON2 instead of calling python directly.

Signed-off-by: Connor Abbott <cwabbott0@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/glsl/tests/optimization-test