test/meson.build: add "protocol:gtest" where appropriate
This commit is contained in:
parent
3f2bc325a1
commit
cc421b04cd
|
@ -52,6 +52,7 @@ test(
|
|||
gtest_dep,
|
||||
],
|
||||
),
|
||||
protocol: 'gtest',
|
||||
)
|
||||
|
||||
test(
|
||||
|
@ -66,6 +67,7 @@ test(
|
|||
gtest_dep,
|
||||
],
|
||||
),
|
||||
protocol: 'gtest',
|
||||
)
|
||||
|
||||
test(
|
||||
|
@ -79,6 +81,7 @@ test(
|
|||
gtest_dep,
|
||||
],
|
||||
),
|
||||
protocol: 'gtest',
|
||||
)
|
||||
|
||||
test(
|
||||
|
@ -93,6 +96,7 @@ test(
|
|||
gtest_dep,
|
||||
],
|
||||
),
|
||||
protocol: 'gtest',
|
||||
)
|
||||
|
||||
test(
|
||||
|
@ -107,6 +111,7 @@ test(
|
|||
gtest_dep,
|
||||
],
|
||||
),
|
||||
protocol: 'gtest',
|
||||
)
|
||||
|
||||
test(
|
||||
|
@ -121,6 +126,7 @@ test(
|
|||
gtest_dep,
|
||||
],
|
||||
),
|
||||
protocol: 'gtest',
|
||||
)
|
||||
|
||||
if zeroconf_dep.found()
|
||||
|
@ -229,7 +235,8 @@ test(
|
|||
song_dep,
|
||||
gtest_dep,
|
||||
],
|
||||
)
|
||||
),
|
||||
protocol: 'gtest',
|
||||
)
|
||||
|
||||
#
|
||||
|
@ -298,6 +305,7 @@ if enable_database
|
|||
gtest_dep,
|
||||
],
|
||||
),
|
||||
protocol: 'gtest',
|
||||
)
|
||||
endif
|
||||
|
||||
|
@ -345,6 +353,7 @@ if curl_dep.found()
|
|||
gtest_dep,
|
||||
],
|
||||
),
|
||||
protocol: 'gtest',
|
||||
)
|
||||
endif
|
||||
|
||||
|
@ -518,6 +527,7 @@ test(
|
|||
gtest_dep,
|
||||
],
|
||||
),
|
||||
protocol: 'gtest',
|
||||
)
|
||||
|
||||
executable(
|
||||
|
|
|
@ -22,4 +22,5 @@ test(
|
|||
gtest_dep,
|
||||
],
|
||||
),
|
||||
protocol: 'gtest',
|
||||
)
|
||||
|
|
|
@ -18,4 +18,5 @@ test(
|
|||
gtest_dep,
|
||||
],
|
||||
),
|
||||
protocol: 'gtest',
|
||||
)
|
||||
|
|
|
@ -20,4 +20,5 @@ test(
|
|||
gtest_dep,
|
||||
],
|
||||
),
|
||||
protocol: 'gtest',
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue