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:
parent
a78ca7e8de
commit
117846fe70
1 changed files with 1 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue