tests: Ensure that plugins are build for tests that need them

This commit is contained in:
Julian Sparber
2022-11-21 12:24:34 +01:00
parent db6d69e026
commit b3040e38a4
3 changed files with 5 additions and 3 deletions

View File

@@ -4,3 +4,5 @@ subdir('provider/dummy')
subdir('provider/ofono')
subdir('provider/sip')
subdir('provider/tests')
calls_plugins = [calls_mm, calls_dummy, calls_ofono, calls_sip]