Commit cc421b04 authored by Max Kellermann's avatar Max Kellermann

test/meson.build: add "protocol:gtest" where appropriate

parent 3f2bc325
...@@ -52,6 +52,7 @@ test( ...@@ -52,6 +52,7 @@ test(
gtest_dep, gtest_dep,
], ],
), ),
protocol: 'gtest',
) )
test( test(
...@@ -66,6 +67,7 @@ test( ...@@ -66,6 +67,7 @@ test(
gtest_dep, gtest_dep,
], ],
), ),
protocol: 'gtest',
) )
test( test(
...@@ -79,6 +81,7 @@ test( ...@@ -79,6 +81,7 @@ test(
gtest_dep, gtest_dep,
], ],
), ),
protocol: 'gtest',
) )
test( test(
...@@ -93,6 +96,7 @@ test( ...@@ -93,6 +96,7 @@ test(
gtest_dep, gtest_dep,
], ],
), ),
protocol: 'gtest',
) )
test( test(
...@@ -107,6 +111,7 @@ test( ...@@ -107,6 +111,7 @@ test(
gtest_dep, gtest_dep,
], ],
), ),
protocol: 'gtest',
) )
test( test(
...@@ -121,6 +126,7 @@ test( ...@@ -121,6 +126,7 @@ test(
gtest_dep, gtest_dep,
], ],
), ),
protocol: 'gtest',
) )
if zeroconf_dep.found() if zeroconf_dep.found()
...@@ -229,7 +235,8 @@ test( ...@@ -229,7 +235,8 @@ test(
song_dep, song_dep,
gtest_dep, gtest_dep,
], ],
) ),
protocol: 'gtest',
) )
# #
...@@ -298,6 +305,7 @@ if enable_database ...@@ -298,6 +305,7 @@ if enable_database
gtest_dep, gtest_dep,
], ],
), ),
protocol: 'gtest',
) )
endif endif
...@@ -345,6 +353,7 @@ if curl_dep.found() ...@@ -345,6 +353,7 @@ if curl_dep.found()
gtest_dep, gtest_dep,
], ],
), ),
protocol: 'gtest',
) )
endif endif
...@@ -518,6 +527,7 @@ test( ...@@ -518,6 +527,7 @@ test(
gtest_dep, gtest_dep,
], ],
), ),
protocol: 'gtest',
) )
executable( executable(
......
...@@ -22,4 +22,5 @@ test( ...@@ -22,4 +22,5 @@ test(
gtest_dep, gtest_dep,
], ],
), ),
protocol: 'gtest',
) )
...@@ -18,4 +18,5 @@ test( ...@@ -18,4 +18,5 @@ test(
gtest_dep, gtest_dep,
], ],
), ),
protocol: 'gtest',
) )
...@@ -20,4 +20,5 @@ test( ...@@ -20,4 +20,5 @@ test(
gtest_dep, gtest_dep,
], ],
), ),
protocol: 'gtest',
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment