glsl: Convert the tests directory to automake.
authorEric Anholt <eric@anholt.net>
Mon, 16 Apr 2012 16:53:29 +0000 (09:53 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 19 Apr 2012 23:33:31 +0000 (16:33 -0700)
commitcc7e0de009a0ab528fe950b17fa465a0a97988fc
tree0c02b3ae2cdd483fe6908f1bf3289c833671c9f6
parent86f270e0a9d34dd2b6689b7f7c693620db65098c
glsl: Convert the tests directory to automake.

This runs optimization-test and produces the usual automake test
output, which may be interesting to automated build systems.

This doesn't convert the tests to be individually exposed to the
automake runner, because automake doesn't like wildcards (due to being
nonportable in make, not that we care).

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Makefile
configure.ac
src/glsl/tests/.gitignore [new file with mode: 0644]
src/glsl/tests/Makefile.am [new file with mode: 0644]