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:
Dylan Baker 2021-04-09 12:21:33 -07:00 committed by Marge Bot
parent a63760f01a
commit bc2d3e7b5f
2 changed files with 1 additions and 2868 deletions

File diff suppressed because it is too large Load diff

View file

@ -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,