qulogic/gplugin

Merged in feature/convey-cleanup (pull request #18)
develop
2019-07-24, Gary Kramlich
57eea9e383c9
Merged in feature/convey-cleanup (pull request #18)

Update convey.yml for all the thingz

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@/tcc"'.format(meson.build_root()),
'-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