diff options
author | Eric Anholt <[email protected]> | 2012-04-16 09:53:29 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-04-19 16:33:31 -0700 |
commit | cc7e0de009a0ab528fe950b17fa465a0a97988fc (patch) | |
tree | 0c02b3ae2cdd483fe6908f1bf3289c833671c9f6 /configure.ac | |
parent | 86f270e0a9d34dd2b6689b7f7c693620db65098c (diff) |
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 <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7e4991f4f17..1b571b95c90 100644 --- a/configure.ac +++ b/configure.ac @@ -2005,6 +2005,7 @@ AC_CONFIG_FILES([configs/autoconf src/egl/wayland/wayland-egl/Makefile src/egl/wayland/wayland-egl/wayland-egl.pc src/egl/wayland/wayland-drm/Makefile + src/glsl/tests/Makefile src/glx/Makefile src/mapi/shared-glapi/Makefile src/gtest/Makefile |