libpurple/protocols/jabber/tests/meson.build

Mon, 22 Aug 2016 04:24:11 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Mon, 22 Aug 2016 04:24:11 -0400
branch
meson
changeset 38448
18c8f9843c82
child 38458
e665653856ab
permissions
-rw-r--r--

Add jabber to meson build.

# FIXME: 'jutil' can't find an inline function while linking.

foreach prog : ['caps', 'digest_md5', 'scram']
	e = executable(
	    'test_jabber_' + prog, 'test_jabber_@0@.c'.format(prog),
	    include_directories : [toplevel_inc, libpurple_inc],
	    link_with : [jabber_prpl, libpurple],
	    dependencies : [libxml, gplugin, glib])

	test('jabber_' + prog, e)
endforeach

mercurial