gles2: Add an ABI-check test
authorMatt Turner <mattst88@gmail.com>
Wed, 30 Jan 2013 01:37:02 +0000 (17:37 -0800)
committerMatt Turner <mattst88@gmail.com>
Tue, 19 Mar 2013 19:04:32 +0000 (12:04 -0700)
commit322c840bea5838782f927a2c1d1711b0d7d50d29
tree27e87a18b6535e27b277c57a6e11643e2e3c02f4
parent569bd281c1f5c3b64f4caab2c76611dfa2e6948c
gles2: Add an ABI-check test

Checks that no functions are exported that are not part of the ABI.

Note that currently we are exporting functions that are aliased to
functions that are part of the ABI. They shouldn't be exported, but the
XML descriptions don't adequately describe this case.
src/mapi/es2api/ABI-check [new file with mode: 0755]
src/mapi/es2api/Makefile.am