mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
glx/tests: Add unit tests for generated code in indirect_init.c
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
4c270f9c6b
commit
3c22f79412
2 changed files with 1536 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ glx_test_SOURCES = \
|
|||
clientinfo_unittest.cpp \
|
||||
create_context_unittest.cpp \
|
||||
enum_sizes.cpp \
|
||||
fake_glx_screen.cpp
|
||||
fake_glx_screen.cpp \
|
||||
indirect_api.cpp
|
||||
|
||||
glx_test_LDADD = \
|
||||
$(top_builddir)/src/glx/libglx.la \
|
||||
|
|
|
|||
1534
src/glx/tests/indirect_api.cpp
Normal file
1534
src/glx/tests/indirect_api.cpp
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue