mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07: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
47afc70552
commit
13d57f19bf
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