Tue, 12 Sep 2017 20:05:35 -0500
Some testing stuff
PROGS = [ 'image', 'protocol_xfer', 'smiley', 'smiley_list', 'trie', 'util', 'xmlnode' ] foreach prog : PROGS e = executable('test_' + prog, 'test_@0@.c'.format(prog), c_args : [ '-DTEST_DATA_DIR="@0@/data"'.format(meson.current_source_dir()) ], dependencies : [libpurple_dep, glib, dbus, dbus_glib]) test(prog, e) endforeach