From 45d3d0ad2154ccfa0fc1d02c943cefccb5f67b5b Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 1 Aug 2012 14:48:27 -0700 Subject: 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 -- cgit v1.2.3