libpurple/protocols/jabber/tests/meson.build

Wed, 09 Oct 2019 03:34:56 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Wed, 09 Oct 2019 03:34:56 -0400
changeset 40003
d1230b2f2a80
parent 38530
40f7a9d57b11
child 41493
06dcfb1cc1b2
permissions
-rw-r--r--

Change XMPP http connection set to a SoupSession.

foreach prog : ['caps', 'digest_md5', 'scram', 'jutil']
	e = executable(
	    'test_jabber_' + prog, 'test_jabber_@0@.c'.format(prog),
	    link_with : [jabber_prpl],
	    dependencies : [libxml, libpurple_dep, libsoup, glib])

	test('jabber_' + prog, e)
endforeach

mercurial