sip: remove FOR_TESTING ifdef

This commit is contained in:
Evangelos Ribeiro Tzaras
2021-04-06 10:56:38 +02:00
parent 4a264252a7
commit a44c265903
3 changed files with 11 additions and 19 deletions

View File

@@ -89,14 +89,13 @@ test('plugins', t, env: test_env)
test_sources = [ 'test-sip.c' ]
t = executable('sip', test_sources,
calls_sources, sip_sources,
c_args : test_cflags_with_test_define,
calls_sources,
c_args : test_cflags,
link_args: test_link_args,
link_with : calls_vala,
link_with : [calls_vala, calls_sip],
dependencies: [calls_deps, sip_deps],
include_directories : [
calls_includes,
dummy_include,
sip_include,
]
)