OSDN Git Service

mesa/tests: Move stub function to a separate file
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 2 Aug 2012 05:15:12 +0000 (22:15 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 28 Sep 2012 15:19:54 +0000 (08:19 -0700)
commit9c59d11cd29e5ddb678824738299d452b4147e0e
tree9ac33ecaec49ae1eb53fd4c987e37fe6ada63264
parent6c01a0e770432eda0e29dbd7278a94efc688a6d3
mesa/tests: Move stub function to a separate file

When building with shared-glapi, we can just use Mesa's _mesa_warning without
problems.  stubs.cpp is only used when shared-glapi is not used.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/tests/Makefile.am
src/mesa/main/tests/enum_strings.cpp
src/mesa/main/tests/stubs.cpp [new file with mode: 0644]