1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-11-16 05:15:36 +00:00

tests: Add CALLS_SIP_ACCOUNT_FILE to environment

Otherwise the application test will try using the users
configured SIP accounts.
This commit is contained in:
Evangelos Ribeiro Tzaras 2023-03-17 18:50:53 +01:00
parent a78ca7e8de
commit 117846fe70

View file

@ -13,6 +13,7 @@ test_env = [
'FOLKS_BACKENDS_ALLOWED=key-file',
'FOLKS_PRIMARY_STORE=key-file',
'CALLS_RECORD_DIR=@0@/tests/record-db'.format(meson.project_build_root()),
'CALLS_SIP_ACCOUNT_FILE=@0@/tests/sip-account.cfg'.format(meson.project_build_root()),
]
test_cflags = [