glsl: Fix optimization tests after converting src/glsl to automake.
authorPaul Berry <stereotype441@gmail.com>
Tue, 31 Jan 2012 02:53:09 +0000 (18:53 -0800)
committerPaul Berry <stereotype441@gmail.com>
Tue, 31 Jan 2012 18:15:08 +0000 (10:15 -0800)
commitffe376d5a74dee837dc1a421de29ae551087630f
treee02c96bde45f206e4c9245dbd4d8f5e95508be32
parentf53e7e981ef35ab64a084c8da6c67bd2d230fe33
glsl: Fix optimization tests after converting src/glsl to automake.

Commit 99476561 (automake: src/glsl and src/glsl/glcpp) changed the
build system so that src/glsl/glsl_test is not built by default.  This
inadvertently broke "make check", since the tests in
src/glsl/tests/lower_jumps (which are run by "make check") rely on
glsl_test.

This patch ensures that "make check" builds glsl_test before running
any tests.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Makefile