diff options
author | Ian Romanick <[email protected]> | 2012-05-29 11:28:11 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-06-13 13:17:53 -0700 |
commit | a29ad2b421b75a1727b3460db27b9f57e0bb226d (patch) | |
tree | 9cd85ddc1bc02165e7aa1cbec49245b91b21ba34 /configure.ac | |
parent | 8fecdcc587a192c0ea4e13d59321691b8981c249 (diff) |
mesa/tests: Add tests for the generated dispatch table
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Brian Paul <[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 1a8036db237..d5f8cd719e0 100644 --- a/configure.ac +++ b/configure.ac @@ -2168,6 +2168,7 @@ AC_CONFIG_FILES([configs/autoconf src/glx/Makefile src/glx/tests/Makefile src/mapi/shared-glapi/Makefile + src/mapi/glapi/tests/Makefile src/gtest/Makefile src/mesa/libdricore/Makefile src/mesa/main/tests/Makefile |