| 38447:024f841fe99a | 38448:18c8f9843c82 |
|---|---|
| 1 # FIXME: 'jutil' can't find an inline function while linking. | |
| 2 | |
| 3 foreach prog : ['caps', 'digest_md5', 'scram'] | |
| 4 e = executable( | |
| 5 'test_jabber_' + prog, 'test_jabber_@0@.c'.format(prog), | |
| 6 include_directories : [toplevel_inc, libpurple_inc], | |
| 7 link_with : [jabber_prpl, libpurple], | |
| 8 dependencies : [libxml, gplugin, glib]) | |
| 9 | |
| 10 test('jabber_' + prog, e) | |
| 11 endforeach |