diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2012-05-23 15:23:22 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2012-06-13 11:50:24 -0700 |
commit | 2e8c866f104202a1c05a7036b44b0c8c434b9ef3 (patch) | |
tree | f162bdfb6159a83d7f8efd0a156901e57aa996bb /configure.ac | |
parent | f68ab0398bde5be6a6d4212bea23c9bbaa75d464 (diff) |
glx: Move tests from tests/glx to src/glx/tests
This matches the organization of other unit tests in Mesa.
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 29ee87bb00..867d6f6076 100644 --- a/configure.ac +++ b/configure.ac @@ -2166,6 +2166,7 @@ AC_CONFIG_FILES([configs/autoconf src/egl/wayland/wayland-drm/Makefile src/glsl/tests/Makefile src/glx/Makefile + src/glx/tests/Makefile src/mapi/shared-glapi/Makefile src/gtest/Makefile src/mesa/libdricore/Makefile @@ -2177,9 +2178,7 @@ AC_CONFIG_FILES([configs/autoconf src/mesa/drivers/dri/nouveau/Makefile src/mesa/drivers/dri/r200/Makefile src/mesa/drivers/dri/radeon/Makefile - src/mesa/drivers/dri/swrast/Makefile - tests/Makefile - tests/glx/Makefile]) + src/mesa/drivers/dri/swrast/Makefile]) dnl Replace the configs/current symlink AC_CONFIG_COMMANDS([configs],[ |