gplugin/gplugin

eb50be5ccf03
Merged in feature/find-newest-plugin (pull request #76)

Added gplugin_manager_find_plugin_with_newest_version

Approved-by: Richard Laager
Approved-by: Elliott Sales de Andrade
if get_option('tcc')
e = executable('test-tcc-loader', 'test-tcc-loader.c',
c_args : [
'-DTCC_LOADER_DIR="@0@/.."'.format(meson.current_build_dir()),
'-DTCC_PLUGIN_DIR="@0@/plugins"'.format(
meson.current_source_dir()),
],
link_with : gplugin_loader_tests,
dependencies : [GLIB, GOBJECT, TCC, gplugin_dep])
test('TCC Loader', e)
endif # tcc