diff -r 024f841fe99a -r 18c8f9843c82 libpurple/protocols/jabber/tests/meson.build --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libpurple/protocols/jabber/tests/meson.build Mon Aug 22 04:24:11 2016 -0400 @@ -0,0 +1,11 @@ +# 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