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(
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',
)
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