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

This commit is contained in:
Max Kellermann
2021-11-26 08:45:50 +01:00
parent 3f2bc325a1
commit cc421b04cd
4 changed files with 14 additions and 1 deletions

View File

@@ -22,4 +22,5 @@ test(
gtest_dep,
],
),
protocol: 'gtest',
)