diff options
author | Ian Romanick <[email protected]> | 2012-08-01 14:48:27 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-08-08 10:06:26 -0700 |
commit | 45d3d0ad2154ccfa0fc1d02c943cefccb5f67b5b (patch) | |
tree | f7d3710e44aa560a520ee52166ed2ec27b4e20c1 /configure.ac | |
parent | d9f899bb93c4faa202acb8703aad70c5a5b2fcf1 (diff) |
mesa/tests: Add tests for the generated shared-glapi dispatch table
These are largely based on the src/mapi/glapi/tests. However,
shared-glapi provides less external visibility into the dispatch table,
so there is less to test. Also, shared-glapi does not implement
_glapi_get_proc_name, so that test was removed.
Signed-off-by: Ian Romanick <[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 b6481a69fd7..ce5714bbd6d 100644 --- a/configure.ac +++ b/configure.ac @@ -2153,6 +2153,7 @@ AC_CONFIG_FILES([configs/current src/mapi/glapi/gen/Makefile src/mapi/shared-glapi/Makefile src/mapi/glapi/tests/Makefile + src/mapi/shared-glapi/tests/Makefile src/gtest/Makefile src/mesa/Makefile src/mesa/libdricore/Makefile |