qulogic/gplugin

Move the python types to G_DECLARE_* macros
glib-macros
2019-07-18, Gary Kramlich
057d6f2b736c
Move the python types to G_DECLARE_* macros
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