OSDN Git Service

mesa/tests: Add tests for the generated shared-glapi dispatch table
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 1 Aug 2012 21:48:27 +0000 (14:48 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 8 Aug 2012 17:06:26 +0000 (10:06 -0700)
commit45d3d0ad2154ccfa0fc1d02c943cefccb5f67b5b
treef7d3710e44aa560a520ee52166ed2ec27b4e20c1
parentd9f899bb93c4faa202acb8703aad70c5a5b2fcf1
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 <ian.d.romanick@intel.com>
Makefile.am
configure.ac
src/mapi/shared-glapi/tests/.gitignore [new file with mode: 0644]
src/mapi/shared-glapi/tests/Makefile.am [new file with mode: 0644]
src/mapi/shared-glapi/tests/check_table.cpp [new file with mode: 0644]