meson: inline gtest_test_protocol now that it's always 'gtest'
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21485>
This commit is contained in:

committed by
Marge Bot

parent
a18f439f52
commit
f5d3d1e7ed
@@ -32,7 +32,7 @@ test(
|
||||
dependencies : [dep_clock, dep_thread, idep_gtest, idep_mesautil],
|
||||
),
|
||||
suite : ['compiler', 'glsl'],
|
||||
protocol : gtest_test_protocol,
|
||||
protocol : 'gtest',
|
||||
)
|
||||
|
||||
test(
|
||||
@@ -47,7 +47,7 @@ test(
|
||||
dependencies : [dep_thread, idep_gtest, idep_mesautil],
|
||||
),
|
||||
suite : ['compiler', 'glsl'],
|
||||
protocol : gtest_test_protocol,
|
||||
protocol : 'gtest',
|
||||
)
|
||||
|
||||
test(
|
||||
@@ -62,7 +62,7 @@ test(
|
||||
dependencies : [dep_thread, idep_gtest],
|
||||
),
|
||||
suite : ['compiler', 'glsl'],
|
||||
protocol : gtest_test_protocol,
|
||||
protocol : 'gtest',
|
||||
)
|
||||
|
||||
# Meson can't auto-skip these on cross builds because of the python wrapper
|
||||
|
Reference in New Issue
Block a user