mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
mesa/main/tests: remove dispatch sanity
Thsi test uses a bunch of the classic infastructure, which is about to be deleted. Since gallium will be the sole user, it will likely be refactored out anyway. Reviewed-by: Emma Anholt <emma@anholt.net> Acked-by: Jason Ekstrand <jason@jlekstrand.net> Acked-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10153>
This commit is contained in:
parent
a63760f01a
commit
bc2d3e7b5f
2 changed files with 1 additions and 2868 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -23,7 +23,6 @@ link_main_test = []
|
|||
|
||||
if with_shared_glapi
|
||||
files_main_test += files(
|
||||
'dispatch_sanity.cpp',
|
||||
'mesa_formats.cpp',
|
||||
'mesa_extensions.cpp',
|
||||
'program_state_string.cpp',
|
||||
|
|
@ -40,7 +39,7 @@ test(
|
|||
[files_main_test, main_dispatch_h],
|
||||
include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium],
|
||||
dependencies : [idep_gtest, dep_clock, dep_dl, dep_thread, idep_mesautil],
|
||||
link_with : [libmesa_classic, link_main_test],
|
||||
link_with : [libmesa_gallium, link_main_test],
|
||||
),
|
||||
suite : ['mesa'],
|
||||
protocol : gtest_test_protocol,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue